Sunrise Serenade Color Palette
Discover the beautiful Sunrise Serenade color palette featuring curious blue (#1f89e5), saffron mango (#f9c54e), lightning yellow (#facc29), bittersweet (#ff6e61) and sundown (#ffb9b3).
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: #1f89e5;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #facc29;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb9b3;
}
/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #f9c54e;
--color-3: #facc29;
--color-4: #ff6e61;
--color-5: #ffb9b3;
}
🌈 Sunrise Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #f9c54e, #facc29, #ff6e61, #ffb9b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #f9c54e, #facc29, #ff6e61, #ffb9b3);
}
🔗 Explore similar color palettes
Sunrise Serenade color palette created on .