Mint Console
A fresh emerald analytics theme: clean whites, a green primary, and crisp type for metrics, monitoring, and growth dashboards.
Build something people love.
A live preview of this theme — every color, font, radius, and shadow you see is rendered straight from its tokens.
Color system
Click any swatch to copy. Contrast graded against WCAG.
Typography
Body sample. Plus Jakarta Sans carries running text — readable paragraphs, comfortable measure, and a rhythm that holds up across long pages of content and UI.
Radius, shadow & fonts
Components
Real UI rendered with this theme's tokens.
A surface for grouping content, with the theme's border, radius, and shadow.
Principles, guidelines & component specs
Do's & don'ts, spacing, motion, iconography, accessibility, and exact component specs — all in the design.md too.
Do
- •Use green for primary actions and positive trends.
- •Keep chart surfaces neutral so data colour stays true.
Don't
- •Don't tint backgrounds green — reserve it for emphasis.
- •Don't rely on green/red alone for status.
- •Ease numbers and charts in gently; keep UI feedback under 250ms.
Hover to feel this theme's base transition.
Lucide · 1.75px stroke · 1rem. Outline icons with a consistent stroke width; size icons to match adjacent text and align them optically.
- Never use color as the only signal — pair it with text, an icon, or a shape.
- Every interactive element must be keyboard reachable and show a visible focus ring.
- Honor prefers-reduced-motion: reduce by disabling non-essential animation.
- Keep a logical heading order and give every form control a label.
Button
| Background | var(--primary) |
| Text | var(--primary-foreground) |
| Radius | 0.625rem |
| Padding | 0 1rem |
| Height | 2.5rem |
| Weight | 600 |
Badge
| Background | var(--accent) / var(--primary) |
| Text | var(--accent-foreground) / var(--primary-foreground) |
| Radius | 9999px |
| Padding | 0.15rem 0.55rem |
| Font size | 0.75rem |
| Weight | 600 |
Use for status, counts, and short labels. Keep to one or two words.
Alert
| Radius | 0.938rem |
| Padding | 1rem 1.25rem |
| Border | 1px solid var(--border) |
Always pair the color with an icon and a text label — never rely on color alone.
Form field
| Background | var(--background) |
| Border | 1px solid var(--input) |
| Radius | 0.625rem |
| Height | 2.5rem |
| Padding | 0.5rem 0.75rem |
Label sits above the field; helper or error text sits below.
Card
| Background | var(--card) |
| Text | var(--card-foreground) |
| Border | 1px solid var(--border) |
| Radius | 0.875rem |
| Padding | 1.25rem |
| Shadow | 0 8px 24px -6px rgba(6,18,13,0.12) |
The design brief
Mint Console is an emerald-green design system for analytics, monitoring, and growth dashboards. Green reads as healthy and up-and-to-the-right; clean white surfaces keep charts legible.
Principles
- Green signals health and positive metrics — use it for primary actions and trends.
- Bright, neutral surfaces so data visualisations stay accurate.
- Rounded-but-tidy controls feel modern without being soft.
When to use
Use it for analytics products, observability tools, and SaaS that report growth. Avoid it where green could be confused with success/error semantics in the data itself.
Signature details
- Emerald
#047857primary; mint#d1fae5accent. - Plus Jakarta Sans for UI, JetBrains Mono for figures.
Use this with your AI
Download or copy the design.md and paste it into Claude, Cursor, or v0 — it tells the agent exactly which colors, fonts, radii, and shadows to use, so your site comes out looking like this.
Export tokens
Drop straight into your codebase.
:root {
--radius: 0.625rem;
--background: #ffffff;
--foreground: #0c1f17;
--card: #ffffff;
--card-foreground: #0c1f17;
--popover: #ffffff;
--popover-foreground: #0c1f17;
--primary: #047857;
--primary-foreground: #ffffff;
--secondary: #f0fdf4;
--secondary-foreground: #0c1f17;
--muted: #f1f5f4;
--muted-foreground: #52796f;
--accent: #d1fae5;
--accent-foreground: #065f46;
--destructive: #dc2626;
--destructive-foreground: #ffffff;
--border: #e3e8e6;
--input: #e3e8e6;
--ring: #047857;
--shadow-sm: 0 1px 2px rgba(6,18,13,0.06);
--shadow-md: 0 8px 24px -6px rgba(6,18,13,0.12);
--shadow-lg: 0 24px 56px -12px rgba(6,18,13,0.18);
--font-sans: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
--font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
--ease-standard: cubic-bezier(0.4,0,0.2,1);
--ease-emphasized: cubic-bezier(0.16,1,0.3,1);
--duration-base: 240ms;
}
.dark {
--background: #06120d;
--foreground: #e6f4ee;
--card: #0d1f17;
--card-foreground: #e6f4ee;
--popover: #0d1f17;
--popover-foreground: #e6f4ee;
--primary: #34d399;
--primary-foreground: #052e16;
--secondary: #13261d;
--secondary-foreground: #e6f4ee;
--muted: #13261d;
--muted-foreground: #8fb3a3;
--accent: #065f46;
--accent-foreground: #d1fae5;
--destructive: #f87171;
--destructive-foreground: #450a0a;
--border: #1c3327;
--input: #1c3327;
--ring: #34d399;
}More designs
Nocturne
Calm, dark-first SaaS theme with a single indigo accent.
Slate Pro
A neutral slate workhorse theme: balanced greys, restrained accent, built for dense SaaS interfaces that should disappear.
Velvet
A premium violet SaaS theme: deep purple primary, rich dark surfaces, and a luxe feel for paid products and pro tiers.