Earth Based Healing Color Palette

Discover the beautiful Earth Based Healing color palette featuring hippie green (#4f8b58), olivine (#95b95a), wattle (#ced448), anzac (#e1a640) and chestnut (#be474a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Gold, Green, Nature, Orange, Red, Vibrant, Warm, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Earth Based Healing palette

Share this palette to:

💻 Earth Based Healing color palette CSS

/* CSS */
.color-1 {
color: #4f8b58;
}
.color-2 {
color: #95b95a;
}
.color-3 {
color: #ced448;
}
.color-4 {
color: #e1a640;
}
.color-5 {
color: #be474a;
}

/* CSS Variables */
:root {
--color-1: #4f8b58;
--color-2: #95b95a;
--color-3: #ced448;
--color-4: #e1a640;
--color-5: #be474a;
}

🌈 Earth Based Healing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8b58, #95b95a, #ced448, #e1a640, #be474a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8b58, #95b95a, #ced448, #e1a640, #be474a);
}

Earth Based Healing color palette created on .