Whimsical Meadow Color Palette
Discover the beautiful Whimsical Meadow color palette featuring shalimar (#ffffc2), azalea (#f4c8d2), reef (#c9fd9b), turquoise (#50e2c3) and cyan / aqua (#42e6ff).
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 palette
💻 Whimsical Meadow color palette CSS
/* CSS */
.color-1 {
color: #ffffc2;
}
.color-2 {
color: #f4c8d2;
}
.color-3 {
color: #c9fd9b;
}
.color-4 {
color: #50e2c3;
}
.color-5 {
color: #42e6ff;
}
/* CSS Variables */
:root {
--color-1: #ffffc2;
--color-2: #f4c8d2;
--color-3: #c9fd9b;
--color-4: #50e2c3;
--color-5: #42e6ff;
} 🌈 Whimsical Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffc2, #f4c8d2, #c9fd9b, #50e2c3, #42e6ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffc2, #f4c8d2, #c9fd9b, #50e2c3, #42e6ff);
} 🔗 Explore similar color palettes
Whimsical Meadow color palette created on .