moodColor Scheme

Organic Natural

A natural organic palette with earth-sourced greens and warm browns. Communicates sustainability, health, and environmental consciousness.

#fafafa
#ffffff
#22c55e
#f59e0b
#059669

Color Breakdown

Role

background

Name

Zinc 50

Hex

#fafafa

Tailwind

bg-zinc-50

Role

surface

Name

White

Hex

#ffffff

Tailwind

bg-white

Role

primary

Name

Green 500

Hex

#22c55e

Tailwind

text-green-500

Role

secondary

Name

Amber 500

Hex

#f59e0b

Tailwind

text-amber-500

Role

accent

Name

Emerald 600

Hex

#059669

Tailwind

bg-emerald-600

Live Preview

Welcome Back

This is a live preview of the Organic Natural color scheme applied to a sample card component. See how the colors work together in a realistic UI context.

Design Rationale

Layered greens represent growth, nature, and environmental responsibility. Warm amber connects to harvest, honey, and the earth beneath our feet.

Use Cases

Organic food brandsSustainability platformsEco product stores

CSS Variables

CSS
:root {
  --background: #fafafa;
  --surface: #ffffff;
  --primary: #22c55e;
  --secondary: #f59e0b;
  --accent: #059669;
}

Tailwind Config

JavaScript
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'organic-natural': {
  'background': '#fafafa',  // bg-zinc-50
  'surface': '#ffffff',  // bg-white
  'primary': '#22c55e',  // text-green-500
  'secondary': '#f59e0b',  // text-amber-500
  'accent': '#059669',  // bg-emerald-600
        },
      },
    },
  },
};

Related Color Schemes

Build with This Scheme

Use our palette generator to customize and extend this color scheme for your project.

Open Palette Generator

Frequently Asked Questions

What colors represent organic and natural?
Greens and earth tones most directly communicate organic, natural qualities because they mirror the colors found in nature.