Palette · earthy · green · calm

Forest Floor

Mossy greens and bark browns over a paper base — organic, grounded, and easy on the eyes.

Copy as

Usage system

Everything you need to wire this palette into a real project, not just the colors.

CSS variables
:root {
  --color-bg: #F5F3EC;
  --color-surface: #FFFFFF;
  --color-primary: #3F6B4C;
  --color-accent: #A8843C;
  --color-text: #23291F;
  --color-muted: #6E7567;
}
Tailwind config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        bg: '#F5F3EC',
        surface: '#FFFFFF',
        primary: '#3F6B4C',
        accent: '#A8843C',
        text: '#23291F',
        muted: '#6E7567',
      },
    },
  },
};
Font pairing Fraunces / heading · Inter / body
Corner radius 12px
Spacing scale 4px base · 4 / 8 / 12 / 16 / 24 / 40

In context

New

Build better, faster

A card, a heading, a button and a hint of text — the palette doing real work.

Found one you like? Pair it with a template, generate a matching background in the gradient generator, or browse all palettes.