Sunset Serenade Color Palette
Discover the beautiful Sunset Serenade color palette featuring manhattan (#f7c9a1), rose bud (#f7a8a1), tickle me pink (#f77ea0), french rose (#f7598e) and french rose (#f74b7e).
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 Sunset Serenade palette
💻 Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #f7c9a1;
}
.color-2 {
color: #f7a8a1;
}
.color-3 {
color: #f77ea0;
}
.color-4 {
color: #f7598e;
}
.color-5 {
color: #f74b7e;
}
/* CSS Variables */
:root {
--color-1: #f7c9a1;
--color-2: #f7a8a1;
--color-3: #f77ea0;
--color-4: #f7598e;
--color-5: #f74b7e;
}
🌈 Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c9a1, #f7a8a1, #f77ea0, #f7598e, #f74b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c9a1, #f7a8a1, #f77ea0, #f7598e, #f74b7e);
}
🔗 Explore similar color palettes
Sunset Serenade color palette created on .