Whimsical Serenade Color Palette
Discover the beautiful Whimsical Serenade color palette featuring pastel green (#5cdb8b), energy yellow (#f6d55a), rose bud (#f9b1ae), brilliant rose (#f15bb5) and rock blue (#a4bcd0).
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: #5cdb8b;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #f15bb5;
}
.color-5 {
color: #a4bcd0;
}
/* CSS Variables */
:root {
--color-1: #5cdb8b;
--color-2: #f6d55a;
--color-3: #f9b1ae;
--color-4: #f15bb5;
--color-5: #a4bcd0;
}
🌈 Whimsical Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cdb8b, #f6d55a, #f9b1ae, #f15bb5, #a4bcd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cdb8b, #f6d55a, #f9b1ae, #f15bb5, #a4bcd0);
}
🔗 Explore similar color palettes
Whimsical Serenade color palette created on .