Skip to content

Forest Moss Palette

CSS variables
:root {
  --color-1: #1A2E1A;
  --color-2: #38571A;
  --color-3: #6B8F3A;
  --color-4: #A3B565;
  --color-5: #E0E5C8;
}
Tailwind config
// tailwind.config.js
colors: {
  "forest-moss-1": "#1A2E1A",
  "forest-moss-2": "#38571A",
  "forest-moss-3": "#6B8F3A",
  "forest-moss-4": "#A3B565",
  "forest-moss-5": "#E0E5C8",
}
About this palette

The Forest Moss 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

Related

Gradients in the same range

Copied