Skip to content

Mint Fresh Palette

CSS variables
:root {
  --color-1: #95D5B2;
  --color-2: #74C69D;
  --color-3: #52B788;
  --color-4: #40916C;
  --color-5: #2D6A4F;
}
Tailwind config
// tailwind.config.js
colors: {
  "mint-fresh-1": "#95D5B2",
  "mint-fresh-2": "#74C69D",
  "mint-fresh-3": "#52B788",
  "mint-fresh-4": "#40916C",
  "mint-fresh-5": "#2D6A4F",
}
About this palette

The Mint Fresh palette is a curated set of 5 colors with their HEX, RGB and ready CSS-variable and Tailwind exports. Click any swatch for that color's full breakdown — conversions, contrast and harmonies.

More palettes
Copied