Best For
维多利亚 / 植物 / 插画
Victorian Botanical
Victorian-era botanical illustration style with delicate line-drawn plants, floral ornaments, and the elegance of a natural history museum. A classic pairing of dark green and gold.
Best For
维多利亚 / 植物 / 插画
Primary Move
Use dark green #2d4a2d as the primary color, paired with gold #8b6914 accent elements
Watch Out
Do not use neon or high-saturation fluorescent colors
Showcase Entry
Live preview of the showcase page. Click to explore the full experience.
Color Palette
Primary
#2d4a2d
Secondary
#faf5ef
Accent 1
#8b6914
Accent 2
#6b3a3a
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: Victorian Botanical
style_slug: victorian-botanical
style_source: /styles/victorian-botanical
# 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 Victorian Botanical design style frontend development expert. All generated code must strictly follow these constraints:
## Absolutely Forbidden
- Neon or high-saturation fluorescent colors
- Pure black backgrounds or dark themes
- rounded-full fully rounded corners
- Sans-serif fonts as heading fonts
- Gradient backgrounds or rainbow colors
- Large shadows shadow-xl, shadow-2xl
## Must Follow
- Primary color #2d4a2d (dark green), accent #8b6914 (gold)
- Background color #faf5ef (aged paper)
- Use font-serif serif fonts
- Fine-line borders border border-[#2d4a2d]/20
- Moderate rounded corners rounded-lg
- Warm-toned and restrained shadows
## Color Palette
Primary:
- Dark green: #2d4a2d
- Aged paper: #faf5ef
- Gold: #8b6914
- Dried rose: #6b3a3a
- Fern green: #3d5c3d
## Special Elements
- Delicate decorative separator lines
- Serif font italic for botanical name annotations
- tracking-wide and tracking-[0.3em] for labels
- Subtle paper texture backgrounds
## Animation & Interaction Rules
- Specimen Stillness: Specimens are pinned to paper. Strictly no hover:-translate-y (float-up) effects. Interactions must stay on the 2D plane, conveyed only through color and subtle light-shadow changes.
- Magnifying Inspection: On hover, inner titles, initials, or illustrations can have very slow internal scaling (e.g., group-hover:scale-105), simulating a scholar examining a specimen with a magnifying glass.
- Gilded Reveal: During interaction, dark green text or ultra-fine borders should transition extremely slowly (duration-700) to classical gold (#8b6914), simulating gold leaf reflecting candlelight on a book page.
- Ink Deepening: On :active, do not shrink. Instead, deepen text color or background paper color, simulating pressing a dip pen firmly onto old paper to make a mark.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
/* Victorian Botanical 全局样式 */
:root {
--vb-green: #2d4a2d;
--vb-cream: #faf5ef;
--vb-gold: #8b6914;
--vb-rose: #6b3a3a;
--vb-fern: #3d5c3d;
}
/* 羊皮纸背景纹理 */
.vb-parchment {
background-color: var(--vb-cream);
background-image:
radial-gradient(ellipse at 20% 50%, rgba(139, 105, 20, 0.03) 0%, transparent 50%),
radial-gradient(ellipse at 80% 50%, rgba(45, 74, 45, 0.03) 0%, transparent 50%);
}
/* 精细装饰线 */
.vb-ornament-line {
height: 1px;
background: linear-gradient(
90deg,
transparent 0%,
var(--vb-gold) 20%,
var(--vb-gold) 80%,
transparent 100%
);
opacity: 0.4;
}
/* 标本标签风格 */
.vb-specimen-label {
font-family: Georgia, "Times New Roman", serif;
border: 1px solid rgba(45, 74, 45, 0.2);
padding: 0.75rem 1rem;
background: var(--vb-cream);
font-style: italic;
}
/* 金色强调文字 */
.vb-gold-text {
color: var(--vb-gold);
font-family: Georgia, "Times New Roman", serif;
letter-spacing: 0.05em;
}
@keyframes victorian-botanical-fade-in {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes victorian-botanical-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.victorian-botanical-card {
position: relative;
overflow: hidden;
}
.victorian-botanical-card::before {
content: "";
position: absolute;
inset: 0;
opacity: 0;
transition: opacity 0.3s ease;
background: linear-gradient(135deg, rgba(45, 74, 45, 0.05), transparent);
pointer-events: none;
}
.victorian-botanical-card:hover::before {
opacity: 1;
}
.victorian-botanical-frosted {
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
background: rgba(45, 74, 45, 0.08);
}
.victorian-botanical-accent-corner {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
}
.victorian-botanical-animate-in {
animation: victorian-botanical-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
Victorian Botanical style originates from the natural history research craze of 19th-century Victorian England. Botanists and illustrators of the era used delicate line drawings to document plant specimens from around the world -- these illustrations were not only scientific documents but also artistic treasures.
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 | /#2d4a2d / #faf5ef | 9.1:1 | ||
| Secondary text on background | /#8b6914 / #faf5ef | 4.69:1 | ||
| Muted text on background | /#2d4a2d / #faf5ef | 9.1:1 | ||
| Text on secondary background | /#2d4a2d / #f4ede3 | 8.49:1 | ||
| Secondary text on secondary | /#8b6914 / #f4ede3 | 4.38:1 | ||
| Button primary | /#faf5ef / #2d4a2d | 9.1:1 | ||
| Text on accent 1 | /#2d4a2d / #2d4a2d | 1:1 | ||
| Alt text on accent 1 | /#8b6914 / #2d4a2d | 1.94:1 | ||
| Text on accent 2 | /#2d4a2d / #8b6914 | 1.94:1 | ||
| Alt text on accent 2 | /#8b6914 / #8b6914 | 1:1 | ||
| Text on accent 3 | /#2d4a2d / #6b3a3a | 1.08:1 | ||
| Alt text on accent 3 | /#8b6914 / #6b3a3a | 1.8:1 |
Readability
Score
77/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.