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: #5c2f75;
}
.color-2 {
color: #794e97;
}
.color-3 {
color: #b98cc5;
}
.color-4 {
color: #f1c1d6;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #5c2f75;
--color-2: #794e97;
--color-3: #b98cc5;
--color-4: #f1c1d6;
--color-5: #ff8052;
}

Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2f75, #794e97, #b98cc5, #f1c1d6, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2f75, #794e97, #b98cc5, #f1c1d6, #ff8052);
}

Purple Sunset color palette created on .