Sunset Serenade Color Palette
Discover the beautiful Sunset Serenade color palette featuring persian red (#cd3232), froly (#f76e6e), rose bud (#f9ae9a), sandwisp (#f6e8a2) and ripe lemon (#f8d62a).
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: #cd3232;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f9ae9a;
}
.color-4 {
color: #f6e8a2;
}
.color-5 {
color: #f8d62a;
}
/* CSS Variables */
:root {
--color-1: #cd3232;
--color-2: #f76e6e;
--color-3: #f9ae9a;
--color-4: #f6e8a2;
--color-5: #f8d62a;
} 🌈 Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cd3232, #f76e6e, #f9ae9a, #f6e8a2, #f8d62a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cd3232, #f76e6e, #f9ae9a, #f6e8a2, #f8d62a);
} 🔗 Explore similar color palettes
Sunset Serenade color palette created on .