T
ToolPrime

Spring Meadow Color Palette

A fresh green palette inspired by spring meadows. Perfect for health, agriculture, and environmental brands.

Fresh Clover

HEX: #2e7d32

RGB: rgb(46, 125, 50)

HSL: hsl(123, 46%, 34%)

Meadow

HEX: #43a047

RGB: rgb(67, 160, 71)

HSL: hsl(123, 41%, 45%)

Spring Green

HEX: #66bb6a

RGB: rgb(102, 187, 106)

HSL: hsl(123, 38%, 57%)

Grass Light

HEX: #a5d6a7

RGB: rgb(165, 214, 167)

HSL: hsl(122, 37%, 74%)

Mint Dew

HEX: #c8e6c9

RGB: rgb(200, 230, 201)

HSL: hsl(122, 37%, 84%)

CSS Variables

:root {
  --spring-meadow-1: #2e7d32;
  --spring-meadow-2: #43a047;
  --spring-meadow-3: #66bb6a;
  --spring-meadow-4: #a5d6a7;
  --spring-meadow-5: #c8e6c9;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'spring-meadow': {
          '100': '#2e7d32',
          '200': '#43a047',
          '300': '#66bb6a',
          '400': '#a5d6a7',
          '500': '#c8e6c9',
        },
      },
    },
  },
}

Use Cases

Health brands
Agriculture companies
Environmental NGOs
Garden centers

Related Palettes

Frequently Asked Questions

What does green signify in branding?
Green signifies growth, health, freshness, and environmental awareness. It is the primary color choice for organic, sustainable, and health-focused brands.
Can I use bright greens for professional websites?
Yes, but balance bright greens with neutral tones. Use vivid green for accents and CTAs rather than as the dominant background color.