Sunset Serenade Color Palette
Discover the beautiful Sunset Serenade color palette featuring frangipani (#ffdeb3), pancho (#ecbfa1), mona lisa (#fd9f96), old rose (#c98a82) and mandy (#ec5f79).
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: #ffdeb3;
}
.color-2 {
color: #ecbfa1;
}
.color-3 {
color: #fd9f96;
}
.color-4 {
color: #c98a82;
}
.color-5 {
color: #ec5f79;
}
/* CSS Variables */
:root {
--color-1: #ffdeb3;
--color-2: #ecbfa1;
--color-3: #fd9f96;
--color-4: #c98a82;
--color-5: #ec5f79;
} 🌈 Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdeb3, #ecbfa1, #fd9f96, #c98a82, #ec5f79);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdeb3, #ecbfa1, #fd9f96, #c98a82, #ec5f79);
} 🔗 Explore similar color palettes
Sunset Serenade color palette created on .