Purple Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Sunset palette

Share this palette to:

Purple Sunset color palette CSS

/* CSS */
.color-1 {
color: #5d3e8e;
}
.color-2 {
color: #a35bb3;
}
.color-3 {
color: #ff999c;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f7c6a6;
}

/* CSS Variables */
:root {
--color-1: #5d3e8e;
--color-2: #a35bb3;
--color-3: #ff999c;
--color-4: #ff6e61;
--color-5: #f7c6a6;
}

Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3e8e, #a35bb3, #ff999c, #ff6e61, #f7c6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3e8e, #a35bb3, #ff999c, #ff6e61, #f7c6a6);
}

Purple Sunset color palette created on .