Purple Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Sunset palette
Purple Sunset color palette CSS
/* CSS */
.color-1 {
color: #5c4a8c;
}
.color-2 {
color: #9b70b2;
}
.color-3 {
color: #d4a1e8;
}
.color-4 {
color: #f5c54d;
}
.color-5 {
color: #f08d5c;
}
/* CSS Variables */
:root {
--color-1: #5c4a8c;
--color-2: #9b70b2;
--color-3: #d4a1e8;
--color-4: #f5c54d;
--color-5: #f08d5c;
}
Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4a8c, #9b70b2, #d4a1e8, #f5c54d, #f08d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4a8c, #9b70b2, #d4a1e8, #f5c54d, #f08d5c);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Purple Sunset color palette created on .