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: #191967;
}
.color-2 {
color: #4a2c90;
}
.color-3 {
color: #7b56b3;
}
.color-4 {
color: #b88f4c;
}
.color-5 {
color: #e6b033;
}
/* CSS Variables */
:root {
--color-1: #191967;
--color-2: #4a2c90;
--color-3: #7b56b3;
--color-4: #b88f4c;
--color-5: #e6b033;
}
Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191967, #4a2c90, #7b56b3, #b88f4c, #e6b033);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191967, #4a2c90, #7b56b3, #b88f4c, #e6b033);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Purple Sunset color palette created on .