Olive Grove Color Palette

Discover the beautiful Olive Grove color palette featuring olive drab (#6b8f24), axolotl (#4e704c), sprout (#c3d5ae), coriander (#b6c99c) and beryl green (#d9e3c4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Nature, Sage, Soft, Summer, Vintage, Warm 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 palette

Share this palette to:

💻 Olive Grove color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4e704c;
}
.color-3 {
color: #c3d5ae;
}
.color-4 {
color: #b6c99c;
}
.color-5 {
color: #d9e3c4;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4e704c;
--color-3: #c3d5ae;
--color-4: #b6c99c;
--color-5: #d9e3c4;
}

🌈 Olive Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4e704c, #c3d5ae, #b6c99c, #d9e3c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4e704c, #c3d5ae, #b6c99c, #d9e3c4);
}

Olive Grove color palette created on .