Sunrise Serenade Color Palette
Discover the beautiful Sunrise Serenade color palette featuring mandys pink (#f5b8b2), cornflower (#a6c6ed), web orange (#f0a800), pearl bush (#e7e2d4) and tropical blue (#c2d4f5).
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 Sunrise Serenade palette
💻 Sunrise Serenade color palette CSS
/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e7e2d4;
}
.color-5 {
color: #c2d4f5;
}
/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #a6c6ed;
--color-3: #f0a800;
--color-4: #e7e2d4;
--color-5: #c2d4f5;
} 🌈 Sunrise Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #a6c6ed, #f0a800, #e7e2d4, #c2d4f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #a6c6ed, #f0a800, #e7e2d4, #c2d4f5);
} 🔗 Explore similar color palettes
Sunrise Serenade color palette created on .