Whispering Grove Color Palette
Discover the beautiful Whispering Grove color palette featuring silver tree (#64b48e), vista blue (#90d5a4), celadon (#b3e6b8), chrome white (#e7f3d8) and surf crest (#c8e2c6).
Brightness
Saturation
Warmth
💡 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 Whispering Grove palette
💻 Whispering Grove color palette CSS
/* CSS */
.color-1 {
color: #64b48e;
}
.color-2 {
color: #90d5a4;
}
.color-3 {
color: #b3e6b8;
}
.color-4 {
color: #e7f3d8;
}
.color-5 {
color: #c8e2c6;
}
/* CSS Variables */
:root {
--color-1: #64b48e;
--color-2: #90d5a4;
--color-3: #b3e6b8;
--color-4: #e7f3d8;
--color-5: #c8e2c6;
} 🌈 Whispering Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #64b48e, #90d5a4, #b3e6b8, #e7f3d8, #c8e2c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #64b48e, #90d5a4, #b3e6b8, #e7f3d8, #c8e2c6);
} 🔗 Explore similar color palettes
Whispering Grove color palette created on .