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: #4c2c90;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #b69cec;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--color-1: #4c2c90;
--color-2: #6a4c94;
--color-3: #b69cec;
--color-4: #ff6e61;
--color-5: #ffcb5c;
}
Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2c90, #6a4c94, #b69cec, #ff6e61, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2c90, #6a4c94, #b69cec, #ff6e61, #ffcb5c);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Purple Sunset color palette created on .