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