Whimsical Meadow Dream Color Palette
Discover the beautiful Whimsical Meadow Dream color palette featuring tana (#d8e1c6), wheatfield (#f1e1c6), mandys pink (#f4b9a9), cashmere (#e5b3a4) and prelude (#d7c4e4).
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 Whimsical Meadow Dream palette
💻 Whimsical Meadow Dream color palette CSS
/* CSS */
.color-1 {
color: #d8e1c6;
}
.color-2 {
color: #f1e1c6;
}
.color-3 {
color: #f4b9a9;
}
.color-4 {
color: #e5b3a4;
}
.color-5 {
color: #d7c4e4;
}
/* CSS Variables */
:root {
--color-1: #d8e1c6;
--color-2: #f1e1c6;
--color-3: #f4b9a9;
--color-4: #e5b3a4;
--color-5: #d7c4e4;
} 🌈 Whimsical Meadow Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e1c6, #f1e1c6, #f4b9a9, #e5b3a4, #d7c4e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e1c6, #f1e1c6, #f4b9a9, #e5b3a4, #d7c4e4);
} 🔗 Explore similar color palettes
Whimsical Meadow Dream color palette created on .