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