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: #a38cde;
}
.color-2 {
color: #6e5cc7;
}
.color-3 {
color: #5c4c94;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a38cde;
--color-2: #6e5cc7;
--color-3: #5c4c94;
--color-4: #fab700;
--color-5: #ff6e61;
}

Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a38cde, #6e5cc7, #5c4c94, #fab700, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a38cde, #6e5cc7, #5c4c94, #fab700, #ff6e61);
}

Purple Sunset color palette created on .