Purple Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Sunset palette

Share this palette to:

Download Purple Sunset Color Palette (PNG)

Download purple sunset color palette PNG image (landscape)
Download purple sunset color palette PNG image (square)

Purple Sunset color palette CSS

/* CSS */
.color-1 {
color: #6a2c90;
}
.color-2 {
color: #bc88fc;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #bc88fc;
--color-3: #ffb84d;
--color-4: #ff6e61;
--color-5: #ff3c00;
}

Purple Sunset background gradient CSS

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

Purple Sunset color palette created on .