Whispering Meadow Breeze Color Palette
Discover the beautiful Whispering Meadow Breeze color palette featuring snow drift (#fcfdfc), willow brook (#e4f0e0), tasman (#d1dccb), pixie green (#c9e1c1) and pale leaf (#bfd3bb).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withPastel, Minimalist, Spring 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 Whispering Meadow Breeze palette
💻 Whispering Meadow Breeze color palette CSS
/* CSS */
.color-1 {
color: #fcfdfc;
}
.color-2 {
color: #e4f0e0;
}
.color-3 {
color: #d1dccb;
}
.color-4 {
color: #c9e1c1;
}
.color-5 {
color: #bfd3bb;
}
/* CSS Variables */
:root {
--color-1: #fcfdfc;
--color-2: #e4f0e0;
--color-3: #d1dccb;
--color-4: #c9e1c1;
--color-5: #bfd3bb;
}
🌈 Whispering Meadow Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfc, #e4f0e0, #d1dccb, #c9e1c1, #bfd3bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfc, #e4f0e0, #d1dccb, #c9e1c1, #bfd3bb);
}
🔗 Explore similar color palettes
Whispering Meadow Breeze color palette created on .