Geranium Grove Color Palette

Discover the beautiful Geranium Grove color palette featuring conifer (#a4d94a), christi (#6a8e10), chalet green (#4c703e), earls green (#c3b432) and anzac (#e3a945).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Nature, Summer, Fun 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 Geranium Grove palette

Share this palette to:

💻 Geranium Grove color palette CSS

/* CSS */
.color-1 {
color: #a4d94a;
}
.color-2 {
color: #6a8e10;
}
.color-3 {
color: #4c703e;
}
.color-4 {
color: #c3b432;
}
.color-5 {
color: #e3a945;
}

/* CSS Variables */
:root {
--color-1: #a4d94a;
--color-2: #6a8e10;
--color-3: #4c703e;
--color-4: #c3b432;
--color-5: #e3a945;
}

🌈 Geranium Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d94a, #6a8e10, #4c703e, #c3b432, #e3a945);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d94a, #6a8e10, #4c703e, #c3b432, #e3a945);
}

Geranium Grove color palette created on .