Best For
marble luxury / marble texture / gold accents
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.
Best For
marble luxury / marble texture / gold accents
Primary Move
Use marble white bg-[#f8f6f3] as the main background base
Watch Out
Do not use high-saturation neon or fluorescent colors
AI Implementation
Use the Hard Prompt by default to generate UI. Use the Design Spec to understand, modify, and review the style. Use the Creative Brief for early exploration.
Use this by default: copy it, append the concrete requirement, and let AI generate consistent production UI.
When to use
How to use
STYLEKIT_STYLE_REFERENCE
style_name: Marble Luxury
style_slug: marble-luxury
style_source: /styles/marble-luxury
# Hard Prompt
## When To Use
Use this when you want AI to generate code with strict style consistency. It is the safest default for production UI.
## How To Use
- Copy the full prompt into ChatGPT, Claude, Cursor, or another coding assistant.
- Append the concrete product/page requirement after the prompt.
- After generation, check the forbidden rules and interaction states before accepting the output.
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
You are a Marble Luxury design style frontend development expert. All generated code must strictly follow these constraints:
## Absolutely Forbidden
- High-saturation neon or fluorescent colors
- Thick borders (border-4 and above)
- Hard offset shadows (shadow-[Npx_Npx_0px])
- Bold aggressive typography (font-black uppercase)
- Dense information layouts with small spacing
- Cartoon, hand-drawn, or rough visual elements
- Pure white bg-white (use warmer #f8f6f3)
- Playful or casual design elements
## Must Follow
- Warm marble white bg-[#f8f6f3] as primary background
- Onyx black text-[#1a1a1a] for text
- Antique gold #c9a96e only for borders, separators, and subtle accents
- Serif fonts font-serif throughout
- Wide letter spacing tracking-[0.2em] or more on labels
- Generous whitespace: py-20+ for sections, p-12 for cards
- Fine 1px borders: border border-[#c9a96e]/20
- Slow transitions: duration-500 ease-in-out
- Very subtle shadows: shadow-[0_2px_20px_rgba(0,0,0,0.04)]
## Color Palette
Primary:
- Onyx: #1a1a1a
- Marble White: #f8f6f3
- Antique Gold: #c9a96e
- Warm Taupe: #8a7968
- Light Marble: #e8e0d6
## Unique Elements (Marble Luxury-Only)
1. Marble texture: radial-gradient overlays simulating stone veining
2. Gold line separators: 1px border-t border-[#c9a96e]/20 or custom gradient lines
3. Extreme whitespace: p-12, py-20, generous margins for breathing room
4. Underline-on-hover: animated gold underlines expanding from center
5. Frame borders: fine gold border inset from page edges as decorative framing
## Animation & Interaction Rules
- Monumental Weight: Elements maintain stable positions, avoiding hover displacement and scaling. Weight is conveyed through light-shadow layer changes.
- Foil Stamping Shift: Gold/rose-gold text on hover can do slow flowing highlight shift (bg-position), simulating polished metal reflection.
- Cold & Rigid: Active state does not use elastic deformation. Use slight inset shadow to express the tactile feel of cold, hard material being pressed.
- Polish Gleam: Cards only do low-frequency, low-amplitude brightness and shadow changes (duration-700), maintaining the polished marble texture.
---
# Marble Luxury Design System
> 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.
## 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.
In digital design, Marble Luxury pursues "restrained luxury" -- not ostentatious gilded splendor, but conveying premium quality through refined material suggestions and perfectly placed gold accents. White marble #f8f6f3 as the background base is warmer and more textured than pure white; pure black #1a1a1a for text creates ultimate readability contrast.
Core concepts:
- Material suggestion: Subtle radial-gradient and linear-gradient overlays simulate the color variation and veining of marble texture
- Gold restraint: Antique gold #c9a96e used only for dividers, borders, and key decorations -- never in large areas
- Extreme whitespace: Generous padding and margin create breathing room; low information density but every element is meticulously placed
- Elegant typography: Thin or regular-weight serif fonts convey the composure and confidence of luxury brands
Marble Luxury style suits high-end hotel websites, luxury brand showcases, premium real estate, fine jewelry, and high-end beauty brands -- any scenario needing to convey quality and exclusivity.
Design key: Restraint is the highest expression of luxury. The less gold, the more precious it appears. The more space, the more composed it feels.
---
## Token Dictionary (exact class mapping)
### Border
```
Width: border
Color: border-[#c9a96e]/20
Radius: rounded-none
```
### Shadow
```
sm: shadow-[0_1px_10px_rgba(0,0,0,0.03)]
md: shadow-[0_2px_20px_rgba(0,0,0,0.04)]
lg: shadow-[0_4px_30px_rgba(0,0,0,0.06)]
hover: hover:shadow-[0_4px_30px_rgba(0,0,0,0.06)]
focus: focus:shadow-none
```
### Interaction
```
Hover translate: (none)
Hover scale: (none)
Hover opacity: hover:opacity-90
Transition: transition-all duration-500 ease-in-out
Active: active:opacity-80
```
### Typefaces
```
Heading: font-serif tracking-wide
Body: font-serif leading-relaxed
Mono: font-serif text-xs tracking-[0.3em] uppercase
```
### Type scale
```
Hero: text-5xl md:text-7xl
H1: text-3xl md:text-5xl
H2: text-2xl md:text-3xl
H3: text-xl md:text-2xl
Body: text-sm md:text-base
Small: text-xs
```
### Spacing
```
Section: py-20 md:py-32 lg:py-40
Container: px-6 md:px-12 lg:px-20
Card: p-10 md:p-12
Gap sm: gap-4 md:gap-6
Gap md: gap-6 md:gap-10
Gap lg: gap-10 md:gap-16
```
### Color roles
```
Background primary: bg-[#f8f6f3]
Background secondary: bg-[#1a1a1a]
Background accent: bg-[#c9a96e], bg-[#8a7968], bg-[#e8e0d6]
Text primary: text-[#1a1a1a]
Text secondary: text-[#c9a96e]
Text muted: text-[#8a7968]
Button primary: bg-[#1a1a1a] text-[#f8f6f3] border border-[#c9a96e]/40
Button secondary: bg-transparent text-[#1a1a1a] border border-[#1a1a1a]/20
```
---
## [FORBIDDEN]
These classes are banned in this style. Check for them before returning code:
### Banned classes
- `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`
### Banned patterns
- matches `^bg-white$`
- matches `^border-[4-8]$`
- matches `^font-black$`
- matches `^shadow-\[\d+px_\d+px_0px`
- matches `^(?:text|bg)-\[#(?:ff[0-9a-f]{2}[0-9a-f]{2}|00ff)\]$`
- matches `^backdrop-blur`
- matches `^rounded-(?:full|xl|2xl|3xl)$`
### Why they are banned
- `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: if your code contains any of the above, replace it before shipping.
---
## [REQUIRED]
### Every button must include
```
rounded-none
font-serif tracking-[0.2em] uppercase
border border-[#c9a96e]/40
transition-all duration-500 ease-in-out
```
### Every card must include
```
rounded-none
bg-[#f8f6f3]
border border-[#c9a96e]/20
shadow-[0_2px_20px_rgba(0,0,0,0.04)]
```
### Every input must include
```
bg-transparent
border-b border-[#1a1a1a]/20
text-[#1a1a1a]
font-serif tracking-wide
focus:outline-none
transition-all duration-500
```
---
## [COMPARE] Marble Luxury wrong vs right
The wrong examples below stand for generic library defaults that were never adapted to this style. Do not read them as visual suggestions.
### Button
[WRONG] **Wrong** (generic component library default, do not copy):
```html
<button class="{GENERIC_LIBRARY_BUTTON_DEFAULT}">
Click me
</button>
```
[CORRECT] **Right** (uses this style's tokens):
```html
<button class="rounded-none font-serif tracking-[0.2em] uppercase border border-[#c9a96e]/40 transition-all duration-500 ease-in-out bg-[#1a1a1a] text-[#f8f6f3] border border-[#c9a96e]/40">
Click me
</button>
```
### Card
[WRONG] **Wrong** (generic card, not adapted to this style):
```html
<div class="{GENERIC_LIBRARY_CARD_DEFAULT}">
<h3>{TITLE}</h3>
</div>
```
[CORRECT] **Right** (uses this style's card tokens):
```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">{TITLE}</h3>
</div>
```
### Input
[WRONG] **Wrong** (generic input, not adapted to this style):
```html
<input class="{GENERIC_LIBRARY_INPUT_DEFAULT}" />
```
[CORRECT] **Right** (uses this style's input tokens):
```html
<input class="bg-transparent border-b border-[#1a1a1a]/20 text-[#1a1a1a] font-serif tracking-wide focus:outline-none transition-all duration-500" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Marble Luxury page skeletons
These skeletons use this style's tokens only. Replace `{PLACEHOLDER}` values, but keep every token in place:
### Navigation
```html
<nav class="bg-[#f8f6f3] text-[#1a1a1a] border border-[#c9a96e]/20 px-6 md:px-12 lg:px-20">
<div class="flex items-center justify-between max-w-6xl mx-auto gap-6 md:gap-10">
<a href="/" class="font-serif tracking-wide text-xl md:text-2xl">
{LOGO_TEXT}
</a>
<div class="flex gap-6 md:gap-10 font-serif leading-relaxed text-xs">
{NAV_LINKS}
</div>
</div>
</nav>
```
### Hero section
```html
<section class="bg-[#c9a96e] text-[#1a1a1a] py-20 md:py-32 lg:py-40 px-6 md:px-12 lg:px-20">
<div class="max-w-4xl mx-auto">
<h1 class="font-serif tracking-wide text-5xl md:text-7xl">
{HEADLINE}
</h1>
<p class="font-serif leading-relaxed text-sm md:text-base max-w-xl">
{SUBHEADLINE}
</p>
<button class="rounded-none font-serif tracking-[0.2em] uppercase border border-[#c9a96e]/40 transition-all duration-500 ease-in-out bg-[#1a1a1a] text-[#f8f6f3] border border-[#c9a96e]/40">
{CTA_TEXT}
</button>
</div>
</section>
```
### Card grid
```html
<section class="bg-[#f8f6f3] text-[#1a1a1a] py-20 md:py-32 lg:py-40 px-6 md:px-12 lg:px-20">
<div class="max-w-6xl mx-auto">
<h2 class="font-serif tracking-wide text-2xl md:text-3xl">{SECTION_TITLE}</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 md:gap-10">
<!-- Card template - repeat for each card -->
<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">{CARD_TITLE}</h3>
<p class="font-serif leading-relaxed text-sm md:text-base text-[#8a7968]">{CARD_DESCRIPTION}</p>
</div>
</div>
</div>
</section>
```
### Form input
```html
<input class="bg-transparent border-b border-[#1a1a1a]/20 text-[#1a1a1a] font-serif tracking-wide focus:outline-none transition-all duration-500" placeholder="{PLACEHOLDER}" />
```
### Footer
```html
<footer class="bg-[#1a1a1a] text-[#c9a96e] py-20 md:py-32 lg:py-40 px-6 md:px-12 lg:px-20">
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3 gap-10 md:gap-16">
<div>
<span class="font-serif tracking-wide text-xl md:text-2xl">{LOGO_TEXT}</span>
<p class="font-serif leading-relaxed text-xs">{TAGLINE}</p>
</div>
<div>
<h4 class="font-serif tracking-wide text-xl md:text-2xl">{COLUMN_TITLE}</h4>
<ul class="font-serif leading-relaxed text-xs">
{FOOTER_LINKS}
</ul>
</div>
</div>
</div>
</footer>
```
---
## [CHECKLIST] Marble Luxury post-generation self check
**Before returning code, verify every token and rule below. Fix any violation before delivering:**
### Token check
- [ ] Button includes: `rounded-none font-serif tracking-[0.2em] uppercase border border-[#c9a96e]/40 transition-all duration-500 ease-in-out`
- [ ] Card includes: `rounded-none bg-[#f8f6f3] border border-[#c9a96e]/20 shadow-[0_2px_20px_rgba(0,0,0,0.04)]`
- [ ] Input includes: `bg-transparent border-b border-[#1a1a1a]/20 text-[#1a1a1a] font-serif tracking-wide focus:outline-none transition-all duration-500`
### Forbidden check
- [ ] Not using `bg-white`
- [ ] Not using `border-4`
- [ ] Not using `border-8`
- [ ] Not using `font-black`
- [ ] Not using `shadow-[4px_`
- [ ] Not using `shadow-[6px_`
- [ ] Not using `text-[#ff`
- [ ] Not using `text-[#00ff`
### Style rule check
- [ ] 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
- [ ] Use serif fonts font-serif and maintain thin font weights (font-normal or font-light visual feel)
### Style drift check
- [ ] Does not violate: Do not use high-saturation neon or fluorescent colors
- [ ] Does not violate: Do not use thick borders (border-4 and above)
- [ ] Does not violate: Do not use hard offset shadows (shadow-[Npx_Npx_0px])
- [ ] Does not violate: Do not use bold aggressive typography (font-black uppercase)
- [ ] Does not violate: Do not use dense information layouts or small spacing
### Delivery check
- [ ] Responsive layout holds on phone, tablet and desktop with no horizontal overflow
- [ ] Every interactive element has a visible focus state, an accessible name and a reduced-motion path
- [ ] Text contrast meets WCAG AA and colour alone never carries state
- [ ] The result is still recognizable at a glance as Marble Luxury
## Absolute Bans (Match and Refuse)
If any of the following patterns appear, it is a style violation — rewrite without exception.
- use high-saturation neon or fluorescent colors
- use thick borders (border-4 and above)
- use hard offset shadows (shadow-[Npx_Npx_0px])
- use bold aggressive typography (font-black uppercase)
- use dense information layouts or small spacing
- use cartoon, hand-drawn, or rough visual elements
- use pure white bg-white (use the warmer #f8f6f3)
## Self-Check (Verify Before Shipping)
If any item fails, the style has drifted — fix before shipping.
- [ ] No purple-to-blue gradients
- [ ] No overused fonts (Inter, Roboto, Geist, Fraunces, Plus Jakarta Sans)
- [ ] No nested cards (cards inside cards)
- [ ] No gray text on colored backgrounds
- [ ] Body text contrast meets WCAG AA (>= 4.5:1)
- [ ] No bounce or elastic easing curves
- [ ] Animations have a prefers-reduced-motion fallback
- [ ] Body text line length capped at 65-75 characters
- [ ] No side-stripe accent borders (border-left/right > 1px)
- [ ] No gradient text (background-clip: text)
- [ ] No glassmorphism used as the default surface treatment
- [ ] No tiny uppercase tracked eyebrow labels above every section heading
- [ ] 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])
- [ ] do not use bold aggressive typography (font-black uppercase)
- [ ] do not use dense information layouts or small spacingMore prompt libraries: All UI Prompts · Tailwind UI Prompts · Dark Mode UI Prompts
Component Templates
大理石奢华按钮,细边框金色描边、衬线字体和优雅 hover 过渡
Frontend Readiness
This layer tracks whether the style is ready for real websites: theme modes, state feedback, keyboard access, and performance constraints.
Overall
51%
Fallback
Dark Mode
0%
MissingUI States
79%
PartialMotion
70%
PartialA11y
70%
PartialPerformance
35%
FallbackButton
Default / Hover / Focus Visible / Active / Disabled
Input
Default / Hover / Focus Visible / Disabled / Error
Card
Default / Hover / Focus Visible / Loading / Skeleton
Form
Default / Focus Visible / Disabled / Loading / Error
FAQ
/* 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
Download configuration files for AI coding assistants to generate code in this style.
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
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.
WCAG 2.1 compliance analysis based on color contrast and typography readability.
Overall Score
Grade: D - Poor
Contrast Ratios
| Context | Colors | Ratio | AA | AAA |
|---|---|---|---|---|
| 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.