一键导入
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.