Warm Sunset Color Palette
Discover the beautiful Warm Sunset color palette featuring colonial white (#ffe7bd), melon (#ffbeb3), sundown (#ffb3bd), cold purple (#988cd4) and lavender (#c05fd3).
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 Warm Sunset palette
💻 Warm Sunset color palette CSS
/* CSS */
.color-1 {
color: #ffe7bd;
}
.color-2 {
color: #ffbeb3;
}
.color-3 {
color: #ffb3bd;
}
.color-4 {
color: #988cd4;
}
.color-5 {
color: #c05fd3;
}
/* CSS Variables */
:root {
--color-1: #ffe7bd;
--color-2: #ffbeb3;
--color-3: #ffb3bd;
--color-4: #988cd4;
--color-5: #c05fd3;
}
🌈 Warm Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe7bd, #ffbeb3, #ffb3bd, #988cd4, #c05fd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe7bd, #ffbeb3, #ffb3bd, #988cd4, #c05fd3);
}
🔗 Explore similar color palettes
Warm Sunset color palette created on .