Olive Grove Harmony Color Palette

Discover the beautiful Olive Grove Harmony color palette featuring kelp (#3b3f31), go ben (#7a7d4f), olivine (#9dbb77), pine glade (#bbd08b) and fall green (#e5e9b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Earthy, Green, Nature 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 Olive Grove Harmony palette

Share this palette to:

💻 Olive Grove Harmony color palette CSS

/* CSS */
.color-1 {
color: #3b3f31;
}
.color-2 {
color: #7a7d4f;
}
.color-3 {
color: #9dbb77;
}
.color-4 {
color: #bbd08b;
}
.color-5 {
color: #e5e9b9;
}

/* CSS Variables */
:root {
--color-1: #3b3f31;
--color-2: #7a7d4f;
--color-3: #9dbb77;
--color-4: #bbd08b;
--color-5: #e5e9b9;
}

🌈 Olive Grove Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3f31, #7a7d4f, #9dbb77, #bbd08b, #e5e9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3f31, #7a7d4f, #9dbb77, #bbd08b, #e5e9b9);
}

Olive Grove Harmony color palette created on .