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