Colorful Sunset Color Palette
Discover the beautiful Colorful Sunset color palette featuring mandy (#e84f63), azure radiance (#00aaff), purple heart (#7529b3), supernova (#ffcc00) and bittersweet (#ff6e61).
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 Colorful Sunset palette
💻 Colorful Sunset color palette CSS
/* CSS */
.color-1 {
color: #e84f63;
}
.color-2 {
color: #00aaff;
}
.color-3 {
color: #7529b3;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #e84f63;
--color-2: #00aaff;
--color-3: #7529b3;
--color-4: #ffcc00;
--color-5: #ff6e61;
} 🌈 Colorful Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e84f63, #00aaff, #7529b3, #ffcc00, #ff6e61);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e84f63, #00aaff, #7529b3, #ffcc00, #ff6e61);
} 🔗 Explore similar color palettes
Colorful Sunset color palette created on .