Text #16241E Graphite Accent #2F5D50 Hunter Green Primary #10B981 Medium Sea Green Secondary #B7E4D4 Seafoam Surface #F3F8F6 White Smoke

Checkout Mint

Fresh SaaS product UI 5 colors

Mint owns the primary action and nothing else, so "confirm" is unmistakable. Neutrals stay warm-grey to keep the app friendly, not clinical.

Text Graphite — #16241E
Accent Hunter Green — #2F5D50
Primary Medium Sea Green — #10B981
Secondary Seafoam — #B7E4D4
Surface White Smoke — #F3F8F6

Contrast matrix

Text on Surface 14.99 AAA
Primary on Surface 2.36 Fail
Text on Secondary 11.54 AAA
Surface on Primary 2.36 Fail
Accent on Text 2.15 Fail

Ratios are WCAG 2 contrast between the roles as assigned above. AA needs 4.5:1 for body text, 3:1 for large text.

Export tokens

:root {
  --text: #16241E;
  --accent: #2F5D50;
  --primary: #10B981;
  --secondary: #B7E4D4;
  --surface: #F3F8F6;
}
Download for Procreate

How the roles work

SurfaceThe lightest color — page and card backgrounds.
TextThe darkest color — body text and high-contrast UI.
PrimaryThe most chromatic middle — buttons, links, the one color that pushes.
AccentThe second most chromatic — badges, highlights, states.
SecondaryEverything else — fills, borders, supporting surfaces.