Whispering Meadow Color Palette
Discover the beautiful Whispering Meadow color palette featuring kidnapper (#dae3ca), rainee (#b6caa5), asparagus (#89a66e), chalet green (#5b7939) and woodland (#3a5d2d).
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 Meadow palette
💻 Whispering Meadow color palette CSS
/* CSS */
.color-1 {
color: #dae3ca;
}
.color-2 {
color: #b6caa5;
}
.color-3 {
color: #89a66e;
}
.color-4 {
color: #5b7939;
}
.color-5 {
color: #3a5d2d;
}
/* CSS Variables */
:root {
--color-1: #dae3ca;
--color-2: #b6caa5;
--color-3: #89a66e;
--color-4: #5b7939;
--color-5: #3a5d2d;
}
🌈 Whispering Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae3ca, #b6caa5, #89a66e, #5b7939, #3a5d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae3ca, #b6caa5, #89a66e, #5b7939, #3a5d2d);
}
🔗 Explore similar color palettes
Whispering Meadow color palette created on .