Sunset Serenade Color Palette
Discover the beautiful Sunset Serenade color palette featuring polo blue (#7b9acc), web orange (#f0a800), pomegranate (#f24e1c), brown rust (#a64c3a) and corvette (#f9d6a4).
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: #7b9acc;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f24e1c;
}
.color-4 {
color: #a64c3a;
}
.color-5 {
color: #f9d6a4;
}
/* CSS Variables */
:root {
--color-1: #7b9acc;
--color-2: #f0a800;
--color-3: #f24e1c;
--color-4: #a64c3a;
--color-5: #f9d6a4;
} 🌈 Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9acc, #f0a800, #f24e1c, #a64c3a, #f9d6a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9acc, #f0a800, #f24e1c, #a64c3a, #f9d6a4);
} 🔗 Explore similar color palettes
Sunset Serenade color palette created on .