AIColors

Color palette

Forest Night

moody · cool · green, neutral

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: #081C15;
  --color-2: #1B4332;
  --color-3: #2D6A4F;
  --color-4: #081C15;
  --color-5: #40916C;
}
Tailwind
theme: {
  colors: {
    'c1': '#081C15',
    'c2': '#1B4332',
    'c3': '#2D6A4F',
    'c4': '#081C15',
    'c5': '#40916C',
  }
}
JSON
[
  "#081C15",
  "#1B4332",
  "#2D6A4F",
  "#081C15",
  "#40916C"
]

Related palettes