新野兽派设计提示词
用于创建大胆、原始、反设计界面的 AI 提示词,涵盖粗边框、硬阴影、无圆角和高对比色。
neo-brutalist design promptbrutalist web design promptbold UI design promptanti-design promptbrutalist Tailwind promptraw web design
关于此主题
新野兽派设计拥抱原始、未经打磨的美学,使用大胆的黑色粗边框、硬边缘阴影、零圆角、高对比色彩组合和刻意的「不完美」布局。它拒绝现代网页设计中抛光的、千篇一律的外观,转而追求个性和直接感。尽管外观粗犷,有效的新野兽派设计需要对层级和可用性的细心把控。
提示词示例
AI 提示词示例
复制这些提示词,用你喜欢的 AI 工具生成新野兽派设计提示词设计。
野兽派作品集
GeneralDesign a neo-brutalist portfolio website. All elements: 3px solid black borders, no border-radius, hard shadows (4px 4px 0px #000). Background: #ffffff. Accent colors: hot pink (#ff006e) and electric yellow (#ccff00). Typography: monospace for body, bold condensed sans-serif for headings. Layout: intentionally asymmetric grid, overlapping elements, rotated cards (-2 to 2 degrees). Navigation: brutalist text links with underline offset animation. Project cards with image, bold title, and raw HTML-style tags.
v0 野兽派应用
v0Build a neo-brutalist task manager using shadcn/ui with overridden styles. Override all components: border-radius to 0, borders to 2px solid black, shadows to '4px 4px 0px black'. Cards with yellow (#fbbf24) and pink (#f472b6) accent backgrounds. Buttons with black background, white text, and transform: translate(-2px, -2px) on hover with shadow change. Include: task list, add task form, priority tags (raw colored labels), and a drag-to-reorder interface.
Cursor 野兽派博客
CursorCreate a neo-brutalist blog in Next.js. Design tokens: border-width 3px, border-color black, border-radius 0, shadow '5px 5px 0px #000'. Implement a CSS utility .brutal-card that applies the standard brutalist treatment. Header: oversized site title with a colored highlight background. Post cards in a masonry grid with varying accent colors (rotate through: #ff006e, #ccff00, #00d9ff, #ff9500). Each card tilts slightly on hover. Code blocks with monospace font and a visible line-number gutter.
Claude 野兽派组件
ClaudeGenerate a neo-brutalist React component library with TypeScript. Components: BrutalButton (variants: primary/secondary/danger, all with thick borders and hard shadows), BrutalCard (no radius, thick border, accent color strip at top), BrutalInput (thick bottom border only, monospace placeholder), BrutalBadge (inline-block, uppercase, small, colored background), BrutalModal (centered, thick border, no backdrop blur - use a solid color overlay instead). All interactive elements shift shadow on click (4px 4px to 2px 2px). Use Tailwind CSS.
野兽派落地页
GeneralDesign a neo-brutalist product landing page for a budgeting app. Background #fef6e4, all blocks with 3px solid #000 borders, zero border-radius, shadow 6px 6px 0px #000. Hero: 96px uppercase condensed headline in #000, a sticker-style badge rotated -6deg in #ff006e with white text, and a CTA button in #ccff00 that shifts to 3px 3px shadow on press. Feature section: three cards in alternating #8ecae6, #ffb703, #ffffff backgrounds. Marquee strip of repeating text between sections. Footer as one giant bordered block. Body text 18px monospace; keep contrast at least 4.5:1 — never place #ccff00 text on white.
v0 野兽派定价页
v0Build a neo-brutalist pricing page with shadcn/ui, overriding all radii to 0. Three tier cards with 3px black borders and 5px 5px 0px #000 shadows on a #f4f1ea background: Free on #ffffff, Pro on #ffde59 with a 'BEST DEAL' banner strip crossing the top corner at -4deg, Team on #a2d2ff. Prices in 56px black extra-bold; feature rows separated by 2px dashed black dividers with X or check glyphs. Billing toggle styled as a chunky physical switch (2px border, hard shadow, instant snap — no easing). Comparison table below with a solid black header row and white uppercase text. Focus states: 3px offset black outline for keyboard users.
Cursor 野兽派移动应用
CursorCreate a neo-brutalist habit tracker mobile UI in Next.js, mobile-first at 390px width. Palette: background #fffbeb, black #111111, accents #f97316 and #22d3ee. Every card: 2px solid black border, 4px 4px 0px #111 shadow, radius 0. Top bar: app name in 24px uppercase monospace with a hand-drawn-style underline SVG. Habit cards as a vertical stack with 16px gaps; tapping toggles a fat 28px checkbox that fills black with a white check, no transition (instant, mechanical). Streak counter in a rotated 3deg badge. Bottom tab bar: 4 equal cells divided by 2px black rules, active cell inverted to black/white. Touch targets minimum 48px.
Claude 野兽派文档站
ClaudeGenerate a neo-brutalist documentation site in React with TypeScript. Layout: fixed 260px sidebar with a 3px black right border on #e9ff70 background, nav links as uppercase monospace 14px with a solid black square marker for the active page. Content area on #ffffff, max-w-3xl, headings with #ff006e highlight bars behind them. Code blocks: #111111 background, #ccff00 monospace text, 3px black border, 5px 5px 0px #ff006e shadow, and a bordered COPY button top-right. Tables with 2px black borders on every cell. Blockquote-style callouts on #8ecae6 with a bold 'NOTE:' prefix. Skip-to-content link and 3px black focus outlines for accessibility.
相关风格
相关风格
探索这些风格获取现成的 tokens 和组件。
适用场景
最佳使用场景
创意机构站点
想要展示大胆和创意自信的设计工作室和机构。
开发者作品集
程序员用原始、技术感的美学展示项目。
独立产品
通过非常规、令人难忘的设计脱颖而出的独立应用和工具。
活动与会议站点
具有大胆、抢眼品牌的科技会议和创意活动。
常见问题
常见问题解答
什么是新野兽派网页设计?
新野兽派是一种设计风格,特点是粗黑边框(2-4px)、硬边缘投影(无模糊)、零圆角、高对比色彩组合、等宽或粗体排版、以及刻意的原始「未完成」美学。它借鉴了建筑野兽派暴露原始结构而非装饰的哲学。
如何在 Tailwind 中实现野兽派阴影?
在 Tailwind 配置中添加自定义阴影:boxShadow: { brutal: '4px 4px 0px #000', 'brutal-sm': '2px 2px 0px #000', 'brutal-lg': '6px 6px 0px #000' }。然后使用:'shadow-brutal hover:shadow-brutal-sm active:shadow-brutal-sm hover:translate-x-[2px] hover:translate-y-[2px]' 实现交互按压效果。
野兽派设计可访问吗?
由于高对比度和清晰的视觉层级,野兽派设计可以是高度可访问的。大胆的边框和鲜明的色彩差异实际上帮助弱视用户。但需注意:充足的色彩对比度(尤其是明亮的强调色)、可读的字号(等宽字体可能比预期更小)、清晰的焦点指示器。避免使内容难以阅读的旋转或重叠。
新野兽派边框应该多粗?
最佳区间是 2-4px 的黑色实线。密集 UI(输入框、表格单元、徽标)用 2px,卡片和按钮默认 3px,4-5px 只留给 hero 级容器或页面外框。同类元素的边框粗细要保持一致——同级卡片混用 2px 和 3px 会被读成 bug 而不是设计选择。阴影偏移要与边框粗细匹配:3px 边框配 4-6px 硬阴影(box-shadow: 5px 5px 0px #000,无模糊)。低于 2px 风格会塌成普通扁平设计;超过 6px 在移动端会开始吞掉可用空间。
新野兽派适合什么配色?
从暖调米白底色出发(#fef6e4、#fffbeb 或 #f4f1ea——纯白显得太冷冰冰),加上用于所有边框和大部分文字的纯黑 #000。然后从这组验证过的颜色里挑 2-3 个高声量强调色:荧光粉 #ff006e、酸性黄 #ccff00、橙 #f97316、天蓝 #8ecae6、青柠 #a7f432。规则:强调色用于背景和贴纸元素,绝不用于正文文字;每个强调色上都放黑色文字(以上颜色配黑字都能通过 4.5:1);强调色按卡片轮换,而不是在同一组件里混用多个。