Best For
魔法阵 / 符文 / 神秘
Magic Circle
A fantasy visual style featuring concentric nested ring systems, hexagram geometric cores, runic inscriptions along circular paths, Flower of Life sacred geometry, golden radiant glow, and interwoven alchemical symbols.
Best For
魔法阵 / 符文 / 神秘
Primary Move
Use deep dark navy backgrounds (bg-[#0a0920])
Watch Out
No bright neon colors (use warm gold and cool indigo only)
Showcase Entry
Live preview of the showcase page. Click to explore the full experience.
Color Palette
Primary
#1e1b4b
Secondary
#0a0920
Accent 1
#fbbf24
Accent 2
#e2e8f0
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: Magic Circle
style_slug: magic-circle
style_source: /styles/magic-circle
# 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 Magic Circle design style frontend development expert. All generated code must strictly follow these constraints:
## Absolutely Forbidden
- Bright neon colors (use warm gold and cool indigo only)
- Brutalist style elements
- Pixel art aesthetics
- Heavy/thick borders
- Informal/handwritten fonts
- Light backgrounds
## Must Follow
- Deep dark backgrounds: bg-[#0a0920] or bg-[#1e1b4b]
- Concentric ring decorations (nested circles with varying styles)
- Gold accent glow: #fbbf24 with radiant shadow effects
- Hexagram/sacred geometry structural motifs
- Runic inscription marks along borders
- Elegant serif fonts for headings (font-serif)
- Thin elegant borders with low opacity
- Golden center radiation glow effects
## Color Palette
Primary:
- Deep Navy: #1e1b4b
- Dark Background: #0a0920
- Gold Glow: #fbbf24
- Silver White: #e2e8f0
- Mystic Indigo: #818cf8
## Unique Elements
- Concentric circle/ring decorative system (multiple nested rings)
- Runic inscription borders (dot-dash marks along edges)
- Hexagram/sacred geometry card layout
- Alchemical symbols at geometric intersection points
- Rotating ring animation suggesting arcane machinery
## Animation & Interaction Rules
- Arcane Rotation: On hover, ring decorations use group-hover:rotate-90 / rotate-180 or long linear rotation, creating circle activation effect.
- Rune Pulsing: Gold titles and rune strokes can add animate-pulse or glow enhancement on interaction, expressing magical energy flow.
- Energy Focus: Active state prioritizes inner glow or active:scale-95, simulating energy converging toward center.
- Ethereal Delay: Key transitions use duration-700 to 1000, rotation layers can use 2000ms+ linear rhythm.Component Templates
Hexagon-bordered button with pulsing rune glow and Energy Convergence active state
Frontend Readiness
This layer tracks whether the style is ready for real websites: theme modes, state feedback, keyboard access, and performance constraints.
Overall
58%
Fallback
Dark Mode
35%
FallbackUI 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
/* Magic Circle Global Styles */
:root {
--mc-navy: #1e1b4b;
--mc-dark: #0a0920;
--mc-gold: #fbbf24;
--mc-silver: #e2e8f0;
--mc-indigo: #818cf8;
}
/* Golden glow text */
.mc-gold-glow {
text-shadow: 0 0 25px var(--mc-gold), 0 0 50px rgba(251, 191, 36, 0.2);
}
/* Concentric ring decoration */
.mc-rings {
position: relative;
}
.mc-rings::before {
content: "";
position: absolute;
inset: -20px;
border: 1px solid rgba(251, 191, 36, 0.08);
border-radius: 50%;
animation: mc-rotate 30s linear infinite;
}
.mc-rings::after {
content: "";
position: absolute;
inset: -40px;
border: 1px dashed rgba(129, 140, 248, 0.06);
border-radius: 50%;
animation: mc-rotate 45s linear infinite reverse;
}
@keyframes mc-rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/* Runic inscription border */
.mc-rune-border {
position: relative;
}
.mc-rune-border::after {
content: "--- ... --- . -- --- ...";
position: absolute;
bottom: -1px;
left: 0;
right: 0;
text-align: center;
font-size: 8px;
letter-spacing: 4px;
color: rgba(251, 191, 36, 0.15);
pointer-events: none;
}
/* Sacred geometry shimmer */
.mc-sacred-bg {
background-image:
radial-gradient(circle at 50% 50%, rgba(251, 191, 36, 0.03) 0%, transparent 50%),
radial-gradient(circle at 25% 25%, rgba(129, 140, 248, 0.02) 0%, transparent 40%),
radial-gradient(circle at 75% 75%, rgba(129, 140, 248, 0.02) 0%, transparent 40%);
}
/* Center glow radiation */
.mc-center-glow {
background: radial-gradient(
circle at 50% 50%,
rgba(251, 191, 36, 0.08) 0%,
rgba(251, 191, 36, 0.02) 40%,
transparent 70%
);
}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
Magic Circle draws from the arcane tradition of geometric summoning circles, weaving precision geometry with radiant light effects.
WCAG 2.1 compliance analysis based on color contrast and typography readability.
Overall Score
Grade: C - Fair
Contrast Ratios
| Context | Colors | Ratio | AA | AAA |
|---|---|---|---|---|
| Text on background | /#e2e8f0 / #0a0920 | 15.88:1 | ||
| Secondary text on background | /#fbbf24 / #0a0920 | 11.73:1 | ||
| Muted text on background | /#e2e8f0 / #0a0920 | 15.88:1 | ||
| Text on secondary background | /#e2e8f0 / #1e1b4b | 12.97:1 | ||
| Secondary text on secondary | /#fbbf24 / #1e1b4b | 9.58:1 | ||
| Button primary | /#fbbf24 / #1e1b4b | 9.58:1 | ||
| Text on accent 1 | /#e2e8f0 / #fbbf24 | 1.35:1 | ||
| Alt text on accent 1 | /#fbbf24 / #fbbf24 | 1:1 | ||
| Text on accent 2 | /#e2e8f0 / #818cf8 | 2.42:1 | ||
| Alt text on accent 2 | /#fbbf24 / #818cf8 | 1.79:1 | ||
| Text on accent 3 | /#e2e8f0 / #e2e8f0 | 1:1 | ||
| Alt text on accent 3 | /#fbbf24 / #e2e8f0 | 1.35:1 |
Readability
Score
90/100
Font Size
text-sm md:text-base
Font Weight
font-serif font-bold 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.