The canonical reference for color, type, spacing, and shadow. Click any swatch to copy the hex.
Pulled from the aqua-design-system skill.
/* ── Aqua brand tokens ─────────────────────── */ :root { /* Brand colors */ --color-primary: #28020F; /* Tamarind */ --color-accent: #E35300; /* Blaze Orange */ --color-secondary: #C1D6FF; /* Hawkes Blue */ --color-surface: #F6EBE3; /* Linen — page bg */ --color-dark: #151515; /* Woodsmoke */ --color-light: #F9F9F9; /* Alabaster */ /* Extended */ --surface-alt: #EDE3DA; --secondary-soft: #E0EAFF; --secondary-deep: #8DA7DB; --accent-soft: #FF7A33; --accent-deep: #B34400; --text-secondary: #5A5A5A; --text-tertiary: #8A8A8A; --border: #E2DCD7; --border-light: #F0ECE8; --color-success: #1A7A4C; --color-error: #C4320A; /* Typography */ --font-display: "Playfair Display", Georgia, serif; --font-body: "Inter", -apple-system, sans-serif; --font-mono: "JetBrains Mono", monospace; /* Shadows */ --shadow-sm: 0 1px 3px rgba(21,21,21,0.04); --shadow-md: 0 4px 12px rgba(21,21,21,0.08); --shadow-lg: 0 8px 32px rgba(21,21,21,0.12); }