Deep Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Deep Sunset Color Palette (PNG)
Deep Sunset color palette CSS
/* CSS */
.color-1 {
color: #d60000;
}
.color-2 {
color: #db5b00;
}
.color-3 {
color: #9f506c;
}
.color-4 {
color: #b5a130;
}
.color-5 {
color: #7e1f8e;
}
/* CSS Variables */
:root {
--color-1: #d60000;
--color-2: #db5b00;
--color-3: #9f506c;
--color-4: #b5a130;
--color-5: #7e1f8e;
}
Deep Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60000, #db5b00, #9f506c, #b5a130, #7e1f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60000, #db5b00, #9f506c, #b5a130, #7e1f8e);
}
Similar color palettes
Deep Sunset color palette created on .