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: #d6b2e0;
}
.color-2 {
color: #d3a7d7;
}
.color-3 {
color: #d09ac7;
}
.color-4 {
color: #e65b89;
}
.color-5 {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--color-1: #d6b2e0;
--color-2: #d3a7d7;
--color-3: #d09ac7;
--color-4: #e65b89;
--color-5: #ffb3b3;
}
Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b2e0, #d3a7d7, #d09ac7, #e65b89, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b2e0, #d3a7d7, #d09ac7, #e65b89, #ffb3b3);
}
Similar color palettes
Purple Sunset color palette created on .