Sunset Serenade Color Palette
Discover the beautiful Sunset Serenade color palette featuring coral red (#ff3d3d), anakiwa (#81e1fe), old rose (#c68686), wewak (#f1a7a7) and neon carrot (#ff9b3d).
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: #ff3d3d;
}
.color-2 {
color: #81e1fe;
}
.color-3 {
color: #c68686;
}
.color-4 {
color: #f1a7a7;
}
.color-5 {
color: #ff9b3d;
}
/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #81e1fe;
--color-3: #c68686;
--color-4: #f1a7a7;
--color-5: #ff9b3d;
} 🌈 Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #81e1fe, #c68686, #f1a7a7, #ff9b3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #81e1fe, #c68686, #f1a7a7, #ff9b3d);
} 🔗 Explore similar color palettes
Sunset Serenade color palette created on .