AIColors

Color palette

Glacier Mint

cool · pastel · soft · green

Contrast ratios are each swatch against its best of black/white text. AA = WCAG normal-text pass (≥ 4.5:1).

CSS variables
:root {
  --color-1: #D8F3DC;
  --color-2: #B7E4C7;
  --color-3: #95D5B2;
  --color-4: #74C69D;
  --color-5: #52B788;
}
Tailwind
theme: {
  colors: {
    'c1': '#D8F3DC',
    'c2': '#B7E4C7',
    'c3': '#95D5B2',
    'c4': '#74C69D',
    'c5': '#52B788',
  }
}
JSON
[
  "#D8F3DC",
  "#B7E4C7",
  "#95D5B2",
  "#74C69D",
  "#52B788"
]

Related palettes