Best For
吉卜力 / 宫崎骏 / 手绘
Ghibli Style
A design style inspired by Studio Ghibli animations, featuring warm soft tones, hand-drawn textures, natural elements, and a dreamy atmosphere that conveys healing and poetry.
Best For
吉卜力 / 宫崎骏 / 手绘
Primary Move
Use warm soft tones
Watch Out
Do NOT use sharp hard edges
Showcase Entry
Live preview of the showcase page. Click to explore the full experience.
Color Palette
Primary
#7cb9a8
Secondary
#f4e4bc
Accent 1
#e8a87c
Accent 2
#85cdca
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: Ghibli Style
style_slug: ghibli-style
style_source: /styles/ghibli-style
# 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 Ghibli Style design frontend development expert. All generated code must strictly follow these constraints:
## Absolute Prohibitions
- Using sharp straight edges
- Using high-contrast glaring color schemes
- Using cold tech-feel elements
- Overly complex animations
## Must Follow
- Soft tones from-[#7cb9a8], bg-[#f4e4bc]
- Rounded shapes rounded-full, rounded-3xl, rounded-2xl
- Gentle gradients bg-gradient-to-b, bg-gradient-to-br
- Soft shadows shadow-[0_8px_30px_rgba(0,0,0,0.08)]
- Natural element decorations
## Color Palette
Primary:
- Sage green: #7cb9a8
- Cream: #f4e4bc
- Coral orange: #e8a87c
- Sky blue: #85cdca
- Rose pink: #c38d94
- Dark brown: #5a4a3a (text)
## Decorative Elements
- Cloud shapes
- Soft circles
- Natural patterns
- Gradient backgrounds
## Animation & Interaction Rules
- Gentle Breeze: Hover animations should be gentle and restrained, using tiny floating and low-angle rotation (within about 1deg) to simulate natural wind.
- Watercolor Glow: Shadows should use soft diffusion of the element's own color (e.g., sage green series), avoiding heavy black shadows that break the watercolor texture.
- Soft Cushion: Click feedback uses gentle press (e.g., `active:scale-[0.98]`), avoiding mechanical rapid contraction.
- Magic Longing: Interaction rhythm recommends `duration-500` to `duration-700`, paired with `ease-in-out` to maintain fairy-tale composure.Component Templates
吉卜力风格按钮
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
/* Ghibli Style 全局样式 */
:root {
--ghibli-sage: #7cb9a8;
--ghibli-cream: #f4e4bc;
--ghibli-coral: #e8a87c;
--ghibli-sky: #85cdca;
--ghibli-rose: #c38d94;
--ghibli-brown: #5a4a3a;
}
/* 柔和渐变背景 */
.ghibli-sky-gradient {
background: linear-gradient(180deg, #87ceeb 0%, #b4e4f5 50%, #f4e4bc 100%);
}
/* 手绘风格边框 */
.ghibli-border {
border: 2px solid rgba(212, 196, 154, 0.5);
border-radius: 1.5rem;
}
/* 云朵样式 */
.ghibli-cloud {
background: rgba(255, 255, 255, 0.5);
border-radius: 9999px;
filter: blur(4px);
}
/* 柔和阴影 */
.ghibli-shadow {
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
@keyframes ghibli-style-fade-in {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes ghibli-style-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.ghibli-style-card {
position: relative;
overflow: hidden;
}
.ghibli-style-card::before {
content: "";
position: absolute;
inset: 0;
opacity: 0;
transition: opacity 0.3s ease;
background: linear-gradient(135deg, rgba(124, 185, 168, 0.05), transparent);
pointer-events: none;
}
.ghibli-style-card:hover::before {
opacity: 1;
}
.ghibli-style-frosted {
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
background: rgba(124, 185, 168, 0.08);
}
.ghibli-style-accent-corner {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
}
.ghibli-style-animate-in {
animation: ghibli-style-fade-in 0.5s ease-out both;
}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
Ghibli Style is influenced by Japan's Studio Ghibli animations, known for its warm, healing, and poetic visual language.
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 | /#3a3226 / #f4e4bc | 10.02:1 | ||
| Secondary text on background | /#5a4f42 / #f4e4bc | 6.33:1 | ||
| Muted text on background | /#8a7a6a / #f4e4bc | 3.29:1 | ||
| Text on secondary background | /#3a3226 / #7cb9a8 | 5.63:1 | ||
| Secondary text on secondary | /#5a4f42 / #7cb9a8 | 3.56:1 | ||
| Button primary | /#ffffff / #7cb9a8 | 2.24:1 | ||
| Text on accent 1 | /#3a3226 / #7cb9a8 | 5.63:1 | ||
| Alt text on accent 1 | /#5a4f42 / #7cb9a8 | 3.56:1 | ||
| Text on accent 2 | /#3a3226 / #e8c07a | 7.36:1 | ||
| Alt text on accent 2 | /#5a4f42 / #e8c07a | 4.66:1 | ||
| Text on accent 3 | /#3a3226 / #d4a574 | 5.67:1 | ||
| Alt text on accent 3 | /#5a4f42 / #d4a574 | 3.58:1 | ||
| Text on accent 4 | /#3a3226 / #8fb996 | 5.74:1 | ||
| Alt text on accent 4 | /#5a4f42 / #8fb996 | 3.63:1 |
Readability
Score
82/100
Font Size
text-sm md:text-base
Font Weight
font-sans font-semibold tracking-normal
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.