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: #6a2c90;
}
.color-2 {
color: #a45cb2;
}
.color-3 {
color: #e6a7d2;
}
.color-4 {
color: #f1c1d6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #a45cb2;
--color-3: #e6a7d2;
--color-4: #f1c1d6;
--color-5: #ff6e61;
}

Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #a45cb2, #e6a7d2, #f1c1d6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #a45cb2, #e6a7d2, #f1c1d6, #ff6e61);
}

Purple Sunset color palette created on .