원클릭으로
apply-style
Apply the FloraCat Morandi gray-blue style skill to any project — colors, typography, components, animations, and layout patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply the FloraCat Morandi gray-blue style skill to any project — colors, typography, components, animations, and layout patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | apply-style |
| description | Apply the FloraCat Morandi gray-blue style skill to any project — colors, typography, components, animations, and layout patterns. |
| user-invocable | true |
Apply the FloraCat Morandi gray-blue style to the current project. This skill emphasizes understated elegance through muted blue-gray tones, light typography, fluid animations, and generous whitespace.
font-weight: 300 with serif headlines and monospace metadata.(0.16, 1, 0.3, 1) easing across all transitions.:root {
/* Morandi Gray-Blue Palette */
--color-paper: #E6EBED;
--color-ink: #1F2A33;
--color-surface: #F2F5F7;
--color-muted: #627C8F;
--color-line: rgba(98, 124, 143, 0.25);
--color-accent: #496376;
/* Font Stacks */
--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-serif: "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", "Times New Roman", serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
| Role | Font | Weight | Size | Tracking |
|---|---|---|---|---|
| Hero title | serif | 700 | 4xl → 7rem | tighter |
| Section heading | serif | 300 | 4xl → 6rem | tighter |
| Card title | serif | 300 | 2xl–3xl | normal |
| Body text | sans | 300 | base–lg | 0.05em |
| Tag / label | mono | 400 | 9–10px | 0.2em |
| Metadata | mono | 400 | 10–11px | 0.3em |
transition: all 700ms cubic-bezier(0.16, 1, 0.3, 1);
For implementation details, consult these companion files in this directory:
When the user invokes this skill, follow these steps:
fade-in-up keyframe to the project.Always prefer Tailwind utility classes when Tailwind is present. For plain CSS or other frameworks, output raw CSS variables and rulesets. Respect existing project structure — modify in place rather than overwriting.