HomeStylesTemplates
StyleKit
风格库模板
  1. Home
  2. /Styles
  3. /Creative Studio
风格目录/创意工作室风

创意工作室风

Creative Studio

D
52/100较差

一种大胆、自信的作品集风格,适合设计工作室、创意机构与自由职业者。超大标题、色彩碰撞、丰富悬停态、客户徽标墙与团队网格——专业但不刻板,充满个性。

工作室创意作品集代理品牌项目展示case study自由职业大胆现代
查看完整 Showcase →模板

适合场景

工作室 / 创意 / 作品集

设计重点

深色背景区 bg-[#1A1A1A] 搭配 text-white,浅色区 bg-[#F5F5F0] 搭配 text-[#1A1A1A]

注意事项

禁止用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力

Showcase 入口

Showcase 页面的实时预览,点击查看完整体验。

查看完整 Showcase →

配色方案

Primary

#1A1A1A

Secondary

#FFFFFF

Accent 1

#FF6B6B

Accent 2

#F5F5F0

Accent 3

#333333

Accent 4

#0D0D0D

AI 实现组件预览完成度导出工具评分与反馈

AI 实现文档

先复制硬性提示词,需要时再看设计规范

默认用硬性提示词让 AI 直接生成前端;Design Spec 用来理解、改写和审核风格;Creative Brief 用来早期探索方向。

硬性提示词

默认使用它:复制后追加具体需求,让 AI 直接生成一致、可落地的前端。

什么时候用

  • -要 AI 直接生成页面或组件
  • -需要多轮输出保持一致
  • -担心风格跑偏或变丑

怎么用

  • -复制完整提示词
  • -后面追加具体需求
  • -生成后按禁止项和状态规则检查
STYLEKIT_STYLE_REFERENCE
style_name: 创意工作室风
style_slug: studio-bold
style_source: /styles/studio-bold

# Hard Prompt

## 什么时候用
当你希望 AI 严格按风格规则生成代码时使用。它是生产界面最稳的默认选择。

## 怎么用
- 把完整提示词复制到 ChatGPT、Claude、Cursor 或其他编码助手。
- 在提示词后追加具体产品、页面或组件需求。
- 生成后按禁止项和交互状态检查,确认没有风格漂移。

请严格遵守以下风格规则并保持一致性,禁止风格漂移。

## 执行要求

- 优先保证风格一致性,其次再做创意延展。
- 遇到冲突时以禁止项为最高优先级。
- 输出前自检:颜色、排版、间距、交互是否仍属于该风格。

## Style Rules

# Creative Studio (创意工作室风) Design System

> 一种大胆、自信的作品集风格,适合设计工作室、创意机构与自由职业者。超大标题、色彩碰撞、丰富悬停态、客户徽标墙与团队网格——专业但不刻板,充满个性。

## 核心理念

创意工作室风是"设计师为自己做的网站":把 agency 网站的所有表达欲都放出来,但用克制兜底。

核心理念:
- 大胆即态度:超大字号、全宽色块、满出血图片——不做平静的中性背景,每一屏都在说"这就是我们的品味"
- 悬挂式导航:nav 吸顶但不死贴,hover 时珊瑚色划线或块状标记,让导览本身变成界面表情
- 项目卡片即海报:每张 project card 都是一张小海报——标题占 30% 高度,悬停时上滑、放大、色偏移,告诉浏览者"点我会发生好事"
- 色彩块即分区:不用传统卡片框线,用珊瑚色或浅沙色色块来切功能区域,header 全黑、project 区浅沙、footer 更暗,视觉节奏由背景色驱动
- 证明即信任:客户徽标墙、团队头像网格、引用语块——在不会打断浏览流的节奏中植入社会证明

设计原则:
- 层级靠尺寸和重量,不靠颜色:标题可以大到 text-7xl,副标题用 text-xl font-normal,体量差就是层级差
- 悬停态必须值得等:transition-duration-300、scale-105、shadow-2xl、border 变色,四个同时发生才会让浏览者觉得"这个站点活着"
- 单色背景色块是版式骨架:深色区用 #1A1A1A + #0D0D0D 退到底层,浅色区用 #F5F5F0 做呼吸层,珊瑚色只出现在需要视线着陆的地方
- 留白是奢侈品:section 间距 py-24 起步,让每个色块有充分的呼吸感再换到下一个
- 字体只用无衬线:Inter 或同类,字重用 400-700-900 三个档,不做多层字重混搭

---

## Token 字典(精确 Class 映射)

### 边框
```
宽度: border-2
颜色: border-white/20
圆角: rounded-none
```

### 阴影
```
小:   shadow-sm
中:   shadow-md
大:   shadow-2xl
悬停: hover:shadow-2xl
聚焦: focus:shadow-md
```

### 交互效果
```
悬停位移: hover:-translate-y-0.5
过渡动画: transition-all duration-300
按下状态: active:scale-[0.98]
```

### 字体
```
标题: font-bold tracking-tight text-[#1A1A1A]
正文: font-sans font-light leading-relaxed
```

### 字号
```
Hero:  text-6xl md:text-7xl lg:text-8xl
H1:    text-4xl md:text-5xl lg:text-6xl
H2:    text-3xl md:text-4xl
H3:    text-2xl md:text-3xl
正文:  text-base md:text-lg
小字:  text-xs md:text-sm
```

### 间距
```
Section: py-20 md:py-28 lg:py-32
容器:    px-6 md:px-12 lg:px-16
卡片:    p-6 md:p-8
```

---

## [FORBIDDEN] 绝对禁止

以下 class 在本风格中**绝对禁止使用**,生成时必须检查并避免:

### 禁止的 Class
- `rounded-lg`
- `rounded-xl`
- `rounded-2xl`
- `rounded-3xl`
- `rounded-full`
- `bg-white`
- `font-serif`
- `shadow-sm`
- `shadow-md`
- `shadow-lg`
- `shadow-xl`

### 禁止的模式
- 匹配 `^rounded-(?:lg|xl|2xl|3xl)$`
- 匹配 `^shadow-(?:sm|md|lg|xl|inner)$`
- 匹配 `^font-serif$`
- 匹配 `^bg-gradient`

### 禁止原因
- `rounded-lg`: Studio Bold uses rounded-none for containers; rounded-full is reserved for avatars only
- `rounded-full`: Studio Bold reserves full rounding for avatars; containers must be square
- `bg-white`: Pure white background is forbidden; dark zones use #1A1A1A, light zones use #F5F5F0
- `font-serif`: All text must be sans-serif; serif has no place in this bold modern aesthetic
- `shadow-sm`: Studio Bold hovers use shadow-2xl; default shadows must be shadow-none
- `bg-gradient-to-r`: Studio Bold uses solid color blocks for section transitions, not gradients

> WARNING: 如果你的代码中包含以上任何 class,必须立即替换。

---

## [REQUIRED] 必须包含

### 按钮必须包含
```
font-bold
rounded-none
transition-all duration-300
```

### 卡片必须包含
```
bg-[#F5F5F0]
rounded-none
overflow-hidden
group
```

### 输入框必须包含
```
bg-[#333333]
border-0 border-b-2 border-white/20
text-white
focus:outline-none focus:border-[#FF6B6B] focus:ring-0
```

---

## [COMPARE] 错误 vs 正确对比

### 按钮

[WRONG] **错误示例**(使用了圆角和模糊阴影):
```html
<button class="rounded-lg shadow-lg bg-blue-500 text-white px-4 py-2 hover:bg-blue-600">
  点击我
</button>
```

[CORRECT] **正确示例**(使用硬边缘、无圆角、位移效果):
```html
<button class="font-bold rounded-none transition-all duration-300 bg-[#ff006e] text-white px-4 py-2 md:px-6 md:py-3">
  点击我
</button>
```

### 卡片

[WRONG] **错误示例**(使用了渐变和圆角):
```html
<div class="rounded-xl shadow-2xl bg-gradient-to-r from-purple-500 to-pink-500 p-6">
  <h3 class="text-xl font-semibold">标题</h3>
</div>
```

[CORRECT] **正确示例**(纯色背景、硬边缘阴影):
```html
<div class="bg-[#F5F5F0] rounded-none overflow-hidden group p-6 md:p-8">
  <h3 class="font-bold tracking-tight text-[#1A1A1A] text-2xl md:text-3xl">标题</h3>
</div>
```

### 输入框

[WRONG] **错误示例**(灰色边框、圆角):
```html
<input class="rounded-md border border-gray-300 px-3 py-2 focus:ring-2 focus:ring-blue-500" />
```

[CORRECT] **正确示例**(黑色粗边框、聚焦阴影):
```html
<input class="bg-[#333333] border-0 border-b-2 border-white/20 text-white focus:outline-none focus:border-[#FF6B6B] focus:ring-0 px-3 py-2 md:px-4 md:py-3" placeholder="请输入..." />
```

---

## [TEMPLATES] 页面骨架模板

使用以下模板生成页面,只需替换 `{PLACEHOLDER}` 部分:

### 导航栏骨架
```html
<nav class="bg-white border-b-2 md:border-b-4 border-black px-4 md:px-8 py-3 md:py-4">
  <div class="flex items-center justify-between max-w-6xl mx-auto">
    <a href="/" class="font-black text-xl md:text-2xl tracking-wider">
      {LOGO_TEXT}
    </a>
    <div class="flex gap-4 md:gap-8 font-mono text-sm md:text-base">
      {NAV_LINKS}
    </div>
  </div>
</nav>
```

### Hero 区块骨架
```html
<section class="min-h-[60vh] md:min-h-[80vh] flex items-center px-4 md:px-8 py-12 md:py-0 bg-{ACCENT_COLOR} border-b-2 md:border-b-4 border-black">
  <div class="max-w-4xl mx-auto">
    <h1 class="font-black text-4xl md:text-6xl lg:text-8xl leading-tight tracking-tight mb-4 md:mb-6">
      {HEADLINE}
    </h1>
    <p class="font-mono text-base md:text-xl max-w-xl mb-6 md:mb-8">
      {SUBHEADLINE}
    </p>
    <button class="bg-black text-white font-black px-6 py-3 md:px-8 md:py-4 border-2 md:border-4 border-black shadow-[4px_4px_0px_0px_rgba(255,0,110,1)] md:shadow-[8px_8px_0px_0px_rgba(255,0,110,1)] hover:shadow-none hover:translate-x-[2px] hover:translate-y-[2px] transition-all text-sm md:text-base">
      {CTA_TEXT}
    </button>
  </div>
</section>
```

### 卡片网格骨架
```html
<section class="py-12 md:py-24 px-4 md:px-8">
  <div class="max-w-6xl mx-auto">
    <h2 class="font-black text-2xl md:text-4xl mb-8 md:mb-12">{SECTION_TITLE}</h2>
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 md:gap-6">
      <!-- Card template - repeat for each card -->
      <div class="bg-white border-2 md:border-4 border-black shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] md:shadow-[8px_8px_0px_0px_rgba(0,0,0,1)] p-4 md:p-6 hover:shadow-[4px_4px_0px_0px_rgba(255,0,110,1)] md:hover:shadow-[8px_8px_0px_0px_rgba(255,0,110,1)] hover:-translate-y-1 transition-all">
        <h3 class="font-black text-lg md:text-xl mb-2">{CARD_TITLE}</h3>
        <p class="font-mono text-sm md:text-base text-gray-700">{CARD_DESCRIPTION}</p>
      </div>
    </div>
  </div>
</section>
```

### 页脚骨架
```html
<footer class="bg-black text-white py-12 md:py-16 px-4 md:px-8 border-t-2 md:border-t-4 border-black">
  <div class="max-w-6xl mx-auto">
    <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
      <div>
        <span class="font-black text-xl md:text-2xl">{LOGO_TEXT}</span>
        <p class="font-mono text-sm mt-4 text-gray-400">{TAGLINE}</p>
      </div>
      <div>
        <h4 class="font-black text-lg mb-4">{COLUMN_TITLE}</h4>
        <ul class="space-y-2 font-mono text-sm text-gray-400">
          {FOOTER_LINKS}
        </ul>
      </div>
    </div>
  </div>
</footer>
```

---

## [CHECKLIST] 生成后自检清单

**在输出代码前,必须逐项验证以下每一条。如有违反,立即修正后再输出:**

### 1. 圆角检查
- [ ] 搜索代码中的 `rounded-`
- [ ] 确认只有 `rounded-none` 或无圆角
- [ ] 如果发现 `rounded-lg`、`rounded-md` 等,替换为 `rounded-none`

### 2. 阴影检查
- [ ] 搜索代码中的 `shadow-`
- [ ] 确认只使用 `shadow-[Xpx_Xpx_0px_0px_rgba(...)]` 格式
- [ ] 如果发现 `shadow-lg`、`shadow-xl` 等,替换为正确格式

### 3. 边框检查
- [ ] 搜索代码中的 `border-`
- [ ] 确认边框颜色是 `border-black`
- [ ] 如果发现 `border-gray-*`、`border-slate-*`,替换为 `border-black`

### 4. 交互检查
- [ ] 所有按钮都有 `hover:shadow-none hover:translate-x-[2px] hover:translate-y-[2px]`
- [ ] 所有卡片都有 hover 效果(阴影变色或位移)
- [ ] 都包含 `transition-all`

### 5. 响应式检查
- [ ] 边框有 `border-2 md:border-4`
- [ ] 阴影有 `shadow-[4px...] md:shadow-[8px...]`
- [ ] 间距有 `p-4 md:p-6` 或类似的响应式值
- [ ] 字号有 `text-sm md:text-base` 或类似的响应式值

### 6. 字体检查
- [ ] 标题使用 `font-black`
- [ ] 正文使用 `font-mono`

> CRITICAL: **如果任何一项检查不通过,必须修正后重新生成代码。**

---

## [EXAMPLES] 示例 Prompt

### 1. 创意工作室品牌首页

含超大 hero、项目网格、过程展示、客户徽标、团队和联系表单的完整首页

```
Build a creative studio homepage in Studio Bold style: a fixed dark nav (bg-[#1A1A1A]/95 backdrop-blur-sm) with coral hover, a full-viewport hero (bg-[#1A1A1A]) with an oversized heading text-7xl md:text-8xl where select words are highlighted in coral text-[#FF6B6B], a subtitle in white/60, a coral CTA button and an outline button. Then a project grid section (bg-[#F5F5F0]) with 6 project cards in a 3-column grid, each card being a rounded-none group with a dark placeholder image area, tag badges, a bold title that turns coral on hover, description, and a 'View Case Study' link with arrow. Then a process/timeline section, a client logo wall (grayscale hover:grayscale-0), a team grid with overlapping avatar circles, a testimonial pull quote, and a dark footer (bg-[#0D0D0D]) with three-column info and social links.
```

### 2. 项目 / Case Study 详情页

全出血图片、大号章节标题、结果数据与下一项目导航

```
Design a case study detail page in Studio Bold style: a full-bleed hero image at the top, a dark overlay section with the project title text-5xl md:text-6xl font-bold text-white, a tag row (client, discipline, year) in white/50, then a sequence of alternating light (bg-[#F5F5F0]) and dark (bg-[#1A1A1A]) content sections. Include a full-width image break, a stat callout row (3 large numbers with labels), a client testimonial in italic centered format, and a next-project navigation at the bottom (large title with arrow, dark bg, linking to the next case study).
```

### 3. 关于页 / 团队页

工作室故事、核心人物网格、文化理念与招聘 CTA

```
Create an About page in Studio Bold style: start with a dark section (bg-[#1A1A1A]) featuring the studio name in oversized text and a short manifesto paragraph in white/60. Then a light section (bg-[#F5F5F0]) with a 3-column team grid — each member card is rounded-none, shows a portrait, name in bold, role, and social links that turn coral on hover. Follow with a culture values section using numbered cards with coral accents, a client logo wall, and a hiring CTA band (bg-[#FF6B6B]) with white text and an outline button. Close with the standard dark footer.
```

## 绝对禁止(匹配即拒绝)

以下模式一旦出现,视为风格违规——不找借口,直接重写。

- 用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力
- 圆角 rounded-lg 及以上(除非头像):project card 应当直角干净,圆角会软化自信感
- 衬线字体:所有文本必须无衬线,正文用 font-light 或 font-normal,标题用 font-bold 或 font-black
- 细边框分割:section 切换靠 bg 色块而非 border,色块的切换本身就是分隔符
- 纯白色背景 bg-white:深色区用 #1A1A1A,浅色区用 #F5F5F0,白色只出现在文字上

## 自检清单(交付前逐条确认)

如果任何一条不通过,说明风格漂移了——修改后再交付。

- [ ] 没有紫色到蓝色的渐变
- [ ] 没有使用 Inter / Roboto / Geist 等过度使用的字体
- [ ] 没有嵌套卡片(卡片里面套卡片)
- [ ] 没有在彩色背景上放灰色文字
- [ ] 正文对比度满足 WCAG AA(≥4.5:1)
- [ ] 没有 bounce / elastic 缓动曲线
- [ ] 动效有 prefers-reduced-motion 备选方案
- [ ] 正文行宽不超过 65-75 个字符
- [ ] 没有单侧粗边框装饰(border-left/right accent stripe)
- [ ] 没有渐变文字(background-clip: text)
- [ ] 没有把玻璃态(glassmorphism)当作默认风格
- [ ] 没有 tiny uppercase tracked eyebrow 放在每个 section 标题上面
- [ ] 禁止用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力
- [ ] 禁止圆角 rounded-lg 及以上(除非头像):project card 应当直角干净,圆角会软化自信感
- [ ] 禁止衬线字体:所有文本必须无衬线,正文用 font-light 或 font-normal,标题用 font-bold 或 font-black
- [ ] 禁止细边框分割:section 切换靠 bg 色块而非 border,色块的切换本身就是分隔符
- [ ] 禁止纯白色背景 bg-white:深色区用 #1A1A1A,浅色区用 #F5F5F0,白色只出现在文字上

在你的工作流里用它

把「创意工作室风」接进你的 AI 编码工具

全部接入方式 →
shadcn

一行命令,把这个风格的主题装进现有 shadcn 项目。

bash
npx shadcn add https://www.stylekit.top/r/studio-bold.json
CLI

不离开终端,直接拉取这个风格的主题。

bash
npx stylekit-cli add studio-bold
MCP

让 Claude / Cursor / Windsurf 边写代码边应用「创意工作室风」。

bash
npx stylekit-mcp

组件模板

组件预览

大胆操作按钮

珊瑚色实心按钮,粗体大字号,悬停时放大加阴影,像 agency 的 Contact 入口

真实前端完成度

暗色、状态、动效与可访问性覆盖

这层检查这个风格是否已经具备真实网站常见的主题、状态反馈、键盘可访问性和性能约束。

总体覆盖

51%

Fallback 规则

暗色模式

0%

缺失

组件状态

79%

部分

动效规则

70%

部分

可访问性

70%

部分

性能代价

35%

通用

关键状态覆盖

light
悬停键盘焦点禁用加载中空状态错误成功

按钮

默认 / 悬停 / 键盘焦点 / 按下 / 禁用

输入框

默认 / 悬停 / 键盘焦点 / 禁用 / 错误

卡片

默认 / 悬停 / 键盘焦点 / 加载中 / 骨架屏

表单

默认 / 键盘焦点 / 禁用 / 加载中 / 错误

落地注意事项

  • 暗色模式需要使用语义 tokens,不要直接把浅色主题反相。
  • 组件至少要覆盖悬停、键盘焦点、禁用、加载、空状态、错误和成功反馈。
  • 可访问性需要检查对比度、键盘导航、44px 点击区域和 reduced-motion。
  • 性能上避免动画改变布局;重 blur/shadow 的风格要控制层数和滚动区域。
全局样式

全局 CSS

css
.studio-bold-section-dark {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.studio-bold-section-light {
  background-color: #F5F5F0;
  color: #1A1A1A;
}
.studio-bold-section-darker {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
.studio-bold-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #1A1A1A;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.studio-bold-card {
  background-color: #F5F5F0;
  overflow: hidden;
  transition: all 300ms ease;
}
.studio-bold-card:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.studio-bold-card:hover .studio-bold-card-title {
  color: #FF6B6B;
}
.studio-bold-card-arrow {
  transition: transform 300ms ease;
}
.studio-bold-card:hover .studio-bold-card-arrow {
  transform: translateX(4px);
}
.studio-bold-btn-primary {
  background-color: #FF6B6B;
  color: #FFFFFF;
  font-weight: 700;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border: none;
  cursor: pointer;
  transition: all 300ms ease;
}
.studio-bold-btn-primary:hover {
  background-color: #E55A5A;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.studio-bold-btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-weight: 700;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
}
.studio-bold-btn-outline:hover {
  border-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.studio-bold-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding: 3rem 0;
  opacity: 0.6;
  filter: grayscale(1);
  transition: all 300ms ease;
}
.studio-bold-clients:hover {
  opacity: 1;
  filter: grayscale(0);
}
.studio-bold-testimonial {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #1A1A1A;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .studio-bold-testimonial {
    font-size: 1.875rem;
  }
}
.studio-bold-team-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.studio-bold-nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  transition: color 200ms ease;
  cursor: pointer;
}
.studio-bold-nav-link:hover {
  color: #FF6B6B;
}

IDE 集成

IDE 配置导出

下载 AI 编码助手的配置文件,使其按照此风格生成代码。

风格包

导出风格包

获取完整的可机器读取风格资源,包括 Design Tokens、Tailwind 预设、CSS 变量和 shadcn/ui 主题。

Metadata

Style metadata including version information

Design Tokens

Figma / Style Dictionary / Tokens Studio 兼容

Tailwind Preset

Tailwind CSS 主题预设,可直接在配置中引用

Global CSS

包含 CSS 变量和基础样式

shadcn Theme

shadcn/ui 主题配置

CSS Variables

纯 CSS 变量,适用于任何项目

SKILL.md

可加载到 Cursor / Claude Code / VS Code 的技能包

设计哲学

创意工作室风是"设计师为自己做的网站":把 agency 网站的所有表达欲都放出来,但用克制兜底。

无障碍

无障碍评分

基于颜色对比度和排版可读性的 WCAG 2.1 合规分析。

52

综合评分

等级: D - 较差

对比度

分数: 36/100平均比率: 4.38:1
AA 未通过AAA 未通过
场景颜色比率AAAAA
Text on background
/#1A1A1A / #1A1A1A
1:1
Secondary text on background
/#333333 / #1A1A1A
1.38:1
Text on secondary background
/#1A1A1A / #F5F5F0
15.91:1
Secondary text on secondary
/#333333 / #F5F5F0
11.55:1
Button primary
/#ffffff / #FF6B6B
2.78:1
Text on accent 1
/#1A1A1A / #FF6B6B
6.27:1
Alt text on accent 1
/#333333 / #FF6B6B
4.55:1
Text on accent 2
/#1A1A1A / #333333
1.38:1
Alt text on accent 2
/#333333 / #333333
1:1
Text on accent 3
/#1A1A1A / #0D0D0D
1.12:1
Alt text on accent 3
/#333333 / #0D0D0D
1.54:1
Text on accent 4
/#1A1A1A / #E55A5A
4.92:1
Alt text on accent 4
/#333333 / #E55A5A
3.57:1

可读性

分数

90/100

字号

text-base md:text-lg

字重

font-bold tracking-tight text-[#1A1A1A]

行高

default

评分基于 WCAG 2.1 标准。AA 级要求普通文本对比度 4.5:1、大文本 3:1;AAA 级要求普通文本 7:1、大文本 4.5:1。

StyleKit

精选网页设计风格库,帮助 AI 生成更好看的网站。

导航

风格库配色主题合集模板指南博客更新日志

资源

UI 设计提示词落地页提示词Dashboard 提示词Tailwind UI 提示词暗黑模式提示词GitHub 仓库

保持更新

订阅即表示您同意我们的 隐私政策 和 服务条款。


提意见

有想法、建议,或发现了问题?直接告诉我,意见会发到我邮箱。

提个建议

支持维护

如果 StyleKit 恰好帮到了你,欢迎扫码支持。金额随意,每一份心意我都很感谢。

扫码支持 / 查看全部方式

(c) 2026 StyleKit. 开源项目。

关于联系与支持隐私政策服务条款基于 Editorial 风格构建
StyleKit 前端样式库stylekit.top陕ICP备2025065501号-3