Whimsical Serenade Color Palette
Discover the beautiful Whimsical Serenade color palette featuring azalea (#f3b4ca), light orchid (#e1a3e0), perfume (#c9a6f2), perano (#a3b2f0) and cornflower (#8fc7e6).
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 Serenade palette
💻 Whimsical Serenade color palette CSS
/* CSS */
.color-1 {
color: #f3b4ca;
}
.color-2 {
color: #e1a3e0;
}
.color-3 {
color: #c9a6f2;
}
.color-4 {
color: #a3b2f0;
}
.color-5 {
color: #8fc7e6;
}
/* CSS Variables */
:root {
--color-1: #f3b4ca;
--color-2: #e1a3e0;
--color-3: #c9a6f2;
--color-4: #a3b2f0;
--color-5: #8fc7e6;
} 🌈 Whimsical Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4ca, #e1a3e0, #c9a6f2, #a3b2f0, #8fc7e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4ca, #e1a3e0, #c9a6f2, #a3b2f0, #8fc7e6);
} 🔗 Explore similar color palettes
Whimsical Serenade color palette created on .