Meadow Whisper Harmony Color Palette
Discover the beautiful Meadow Whisper Harmony color palette featuring wheatfield (#f1e6ca), swamp green (#afb285), pistachio (#9abc01), pistachio (#9bbc06) and olive drab (#7ba626).
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 Meadow Whisper Harmony palette
💻 Meadow Whisper Harmony color palette CSS
/* CSS */
.color-1 {
color: #f1e6ca;
}
.color-2 {
color: #afb285;
}
.color-3 {
color: #9abc01;
}
.color-4 {
color: #9bbc06;
}
.color-5 {
color: #7ba626;
}
/* CSS Variables */
:root {
--color-1: #f1e6ca;
--color-2: #afb285;
--color-3: #9abc01;
--color-4: #9bbc06;
--color-5: #7ba626;
} 🌈 Meadow Whisper Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e6ca, #afb285, #9abc01, #9bbc06, #7ba626);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e6ca, #afb285, #9abc01, #9bbc06, #7ba626);
} 🔗 Explore similar color palettes
Meadow Whisper Harmony color palette created on .