HomeStylesTemplates
StyleKit
StylesTemplates
  1. Home
  2. /Styles
  3. /Marble Luxury
Style Catalog/大理石奢华

大理石奢华

Marble Luxury

D
58/100Poor

High-end design style with marble textures and gold accents, featuring white marble-textured backgrounds, gold line separators, and black text. Ideal for luxury brands, hotels, and premium real estate.

大理石奢华金色高端纹理精致品牌moderncontemporarysleek
View Full Showcase →Templates

Best For

大理石 / 奢华 / 金色

Primary Move

Use marble white bg-[#f8f6f3] as the main background base

Watch Out

Do not use high-saturation neon or fluorescent colors

Showcase Entry

Live preview of the showcase page. Click to explore the full experience.

View Full Showcase →

Color Palette

Primary

#1a1a1a

Secondary

#f8f6f3

Accent 1

#c9a96e

Accent 2

#8a7968

Accent 3

#e8e0d6

Accent 4

#85bd73

PromptsComponent PreviewExportsRatings & Feedback

Prompts

Hard + Soft Prompts

Copy and generate 大理石奢华 style interfaces with one click. Hard prompts enforce strict consistency, while soft prompts allow flexible implementation within the style direction.

Hard Prompt

High consistency, strictly enforces style rules

STYLEKIT_STYLE_REFERENCE
style_name: Marble Luxury
style_slug: marble-luxury
style_source: /styles/marble-luxury

# Hard Prompt

Strictly follow the style rules below and maintain consistency. No style drift allowed.

## Requirements
- Prioritize style consistency first, then creative extension.
- When conflicts arise, treat prohibitions as the highest priority.
- Self-check before output: verify colors, typography, spacing, and interactions still match this style.

## Style Rules
# Marble Luxury (大理石奢华) Design System

> 大理石纹理与金色装饰的高端设计风格,白色大理石质感背景、金色线条分隔、黑色文字。适合奢侈品牌、酒店、高端地产。

## 核心理念

大理石奢华(Marble Luxury)设计风格源自高端建筑和室内设计的材质美学。大理石自古罗马时代起便是权力、财富和永恒之美的象征,其天然纹理中的灰色脉络与温暖白色基底形成了独一无二的视觉韵律。

在数字设计中,大理石奢华风格追求"克制的奢华"——不是金碧辉煌的铺张,而是通过精致的材质暗示和恰到好处的金色点缀传达高端品质感。白色大理石 #f8f6f3 作为背景基底,比纯白更温暖、更有质感;纯黑 #1a1a1a 用于文字,形成极致的可读性对比。

核心理念:
- 材质暗示:通过微妙的 radial-gradient 和 linear-gradient 叠加模拟大理石纹理的色差和脉络
- 金色克制:古金色 #c9a96e 仅用于分隔线、边框和关键装饰,绝不大面积使用
- 极致留白:大量 padding 和 margin 营造呼吸感,信息密度低但每个元素都精心放置
- 字体优雅:纤细或常规字重的衬线字体传达奢华品牌的从容与自信

大理石奢华风格适合高端酒店官网、奢侈品牌展示、精品地产、高级珠宝和高端美容品牌等需要传达品质感和exclusivity的场景。

设计关键:克制是奢华的最高表达。金色越少,越显珍贵。空间越多,越显从容。

---

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

### 边框
```
宽度: border
颜色: border-[#c9a96e]/20
圆角: rounded-none
```

### 阴影
```
小:   shadow-[0_1px_10px_rgba(0,0,0,0.03)]
中:   shadow-[0_2px_20px_rgba(0,0,0,0.04)]
大:   shadow-[0_4px_30px_rgba(0,0,0,0.06)]
悬停: hover:shadow-[0_4px_30px_rgba(0,0,0,0.06)]
聚焦: focus:shadow-none
```

### 交互效果
```
悬停位移: undefined
过渡动画: transition-all duration-500 ease-in-out
按下状态: active:opacity-80
```

### 字体
```
标题: font-serif tracking-wide
正文: font-serif leading-relaxed
```

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

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

---

## [FORBIDDEN] 绝对禁止

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

### 禁止的 Class
- `bg-white`
- `border-4`
- `border-8`
- `font-black`
- `shadow-[4px_`
- `shadow-[6px_`
- `text-[#ff`
- `text-[#00ff`
- `bg-[#ff`
- `bg-[#00ff`
- `backdrop-blur`
- `rounded-full`
- `rounded-xl`
- `rounded-2xl`

### 禁止的模式
- 匹配 `^bg-white$`
- 匹配 `^border-[4-8]$`
- 匹配 `^font-black$`
- 匹配 `^shadow-\[\d+px_\d+px_0px`
- 匹配 `^(?:text|bg)-\[#(?:ff[0-9a-f]{2}[0-9a-f]{2}|00ff)\]$`
- 匹配 `^backdrop-blur`
- 匹配 `^rounded-(?:full|xl|2xl|3xl)$`

### 禁止原因
- `bg-white`: Marble Luxury uses warm marble #f8f6f3, not sterile pure white
- `border-4`: Marble Luxury uses fine 1px borders, never thick borders
- `font-black`: Marble Luxury uses elegant light/normal weight, not aggressive bold
- `shadow-[4px_`: Marble Luxury uses ultra-subtle shadows, not hard offset shadows
- `rounded-full`: Marble Luxury uses sharp or no rounding for architectural elegance

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

---

## [REQUIRED] 必须包含

### 按钮必须包含
```
rounded-none
font-serif tracking-[0.2em] uppercase
border border-[#c9a96e]/40
transition-all duration-500 ease-in-out
```

### 卡片必须包含
```
rounded-none
bg-[#f8f6f3]
border border-[#c9a96e]/20
shadow-[0_2px_20px_rgba(0,0,0,0.04)]
```

### 输入框必须包含
```
bg-transparent
border-b border-[#1a1a1a]/20
text-[#1a1a1a]
font-serif tracking-wide
focus:outline-none
transition-all duration-500
```

---

## [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="rounded-none font-serif tracking-[0.2em] uppercase border border-[#c9a96e]/40 transition-all duration-500 ease-in-out 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="rounded-none bg-[#f8f6f3] border border-[#c9a96e]/20 shadow-[0_2px_20px_rgba(0,0,0,0.04)] p-10 md:p-12">
  <h3 class="font-serif tracking-wide text-xl md:text-2xl">标题</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-transparent border-b border-[#1a1a1a]/20 text-[#1a1a1a] font-serif tracking-wide focus:outline-none transition-all duration-500 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. 大理石奢华品牌展示页

大理石纹理与金色装饰的高端品牌展示页面,极致留白和优雅排版

```
Use Marble Luxury style to create a luxury brand showcase page:
1. Background: warm marble #f8f6f3 with subtle radial-gradient texture overlays
2. Gold frame: fine 1px gold border inset from page edges
3. Hero: elegant serif title, gold separator lines above and below subtitle
4. Cards: generous padding p-12, fine gold borders, ultra-subtle shadows
5. Buttons: black bg with gold border, hover transitions to gold bg (duration-500)
6. Inputs: underline-only style, gold focus border
7. Typography: font-serif throughout, tracking-[0.2em]+ on labels, relaxed leading
```

### 2. SaaS 着陆页

生成 大理石奢华风格的 SaaS 产品着陆页

```
Create a SaaS landing page using Marble Luxury style with hero section, feature grid, testimonials, pricing table, and footer.
```

### 3. 作品集展示

生成 大理石奢华风格的作品集页面

```
Create a portfolio showcase page using Marble Luxury style with project grid, about section, contact form, and consistent visual language.
```

Soft Prompt

Preserves style direction, allows flexible implementation

STYLEKIT_STYLE_REFERENCE
style_name: Marble Luxury
style_slug: marble-luxury
style_source: /styles/marble-luxury

# Soft Prompt

Maintain the overall style essence. Implementation details can be adjusted flexibly, but do not deviate from the core visual language.

## Style Signals
- 大理石
- 奢华
- 金色
- 高端
- 纹理
- 精致

## Prefer
- Use marble white bg-[#f8f6f3] as the main background base
- Use pure black text-[#1a1a1a] as the primary text color
- Use antique gold border-[#c9a96e] for dividers and fine border decorations
- Generous whitespace: py-20 or more for section spacing, px-12 or more for container padding

## Avoid
- Do not use high-saturation neon or fluorescent colors
- Do not use thick borders (border-4 and above)
- Do not use hard offset shadows (shadow-[Npx_Npx_0px])

## Output Guidance
- Ensure overall style recognizability first, then refine details.
- Avoid over-engineering; maintain readability and maintainability.

Component Templates

Component Preview

按钮

大理石奢华按钮,细边框金色描边、衬线字体和优雅 hover 过渡

Global Styles

Global CSS

css
/* Marble Luxury Global Styles */

:root {
  --ml-onyx: #1a1a1a;
  --ml-marble: #f8f6f3;
  --ml-gold: #c9a96e;
  --ml-taupe: #8a7968;
  --ml-light: #e8e0d6;
}

/* Marble texture background */
.ml-marble-bg {
  background-color: var(--ml-marble);
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(138, 121, 104, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(201, 169, 110, 0.02) 0%, transparent 40%),
    radial-gradient(ellipse at 50% 80%, rgba(138, 121, 104, 0.03) 0%, transparent 45%);
}

/* Gold line separator */
.ml-gold-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--ml-gold) 20%,
    var(--ml-gold) 80%,
    transparent 100%
  );
  opacity: 0.3;
}

/* Luxury text spacing */
.ml-luxury-text {
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/* Elegant hover underline */
.ml-underline-hover {
  position: relative;
}
.ml-underline-hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--ml-gold);
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
.ml-underline-hover:hover::after {
  width: 100%;
}

/* Subtle marble card shadow */
.ml-card-shadow {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.5s ease-in-out;
}
.ml-card-shadow:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

IDE Integration

IDE Configuration Export

Download configuration files for AI coding assistants to generate code in this style.

Style Pack

Export Style Pack

Get complete machine-readable style assets including design tokens, Tailwind presets, CSS variables, and shadcn/ui themes.

Metadata

Style metadata including version information

Design Tokens

Compatible with Figma / Style Dictionary / Tokens Studio

Tailwind Preset

Tailwind CSS theme preset, import directly in config

Global CSS

CSS variables and base styles

shadcn Theme

shadcn/ui theme configuration

CSS Variables

Pure CSS variables, works with any project

SKILL.md

Loadable skill pack for Cursor / Claude Code / VS Code

Design Philosophy

Marble Luxury design style originates from the material aesthetics of high-end architecture and interior design. Since ancient Rome, marble has symbolized power, wealth, and timeless beauty, with its natural gray veining against a warm white base creating a uniquely rhythmic visual pattern.

Accessibility

Accessibility Score

WCAG 2.1 compliance analysis based on color contrast and typography readability.

58

Overall Score

Grade: D - Poor

Contrast Ratios

Score: 49/100Average Ratio: 6.4:1
AA FailAAA Fail
ContextColorsRatioAAAAA
Text on background
/#1a1a1a / #f8f6f3
16.13:1
Secondary text on background
/#c9a96e / #f8f6f3
2.07:1
Muted text on background
/#8a7968 / #f8f6f3
3.88:1
Text on secondary background
/#1a1a1a / #1a1a1a
1:1
Secondary text on secondary
/#c9a96e / #1a1a1a
7.78:1
Button primary
/#f8f6f3 / #1a1a1a
16.13:1
Text on accent 1
/#1a1a1a / #c9a96e
7.78:1
Alt text on accent 1
/#c9a96e / #c9a96e
1:1
Text on accent 2
/#1a1a1a / #8a7968
4.16:1
Alt text on accent 2
/#c9a96e / #8a7968
1.87:1
Text on accent 3
/#1a1a1a / #e8e0d6
13.31:1
Alt text on accent 3
/#c9a96e / #e8e0d6
1.71:1

Readability

Score

80/100

Font Size

text-sm md:text-base

Font Weight

font-serif tracking-wide

Line Height

default

Scoring is based on WCAG 2.1 standards. AA requires 4.5:1 contrast for normal text, 3:1 for large text; AAA requires 7:1 for normal text, 4.5:1 for large text.

StyleKit

A curated web design style library to help AI generate better-looking websites.

Navigation

StylesTemplatesGuideBlogChangelog

Resources

UI Design PromptsLanding Page PromptsDashboard PromptsTailwind UI PromptsDark Mode UI PromptsGitHub Repository

Stay Updated

By subscribing, you agree to our Privacy Policy and Terms.


Support Maintenance

If StyleKit helps your workflow, voluntary support helps cover servers, domains, and ongoing upkeep.

Scan to support / View all options

(c) 2026 StyleKit. Open source project.

AboutContactPrivacyTermsBuilt with the Editorial style
Stylekit前端样式库stylekit.top陕ICP备2025065501号-3