Loading...

Purple Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Dusk palette

Share this palette to:

Download Purple Dusk Color Palette (PNG)

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

Purple Dusk color palette CSS

/* CSS */
.color-1 {
color: #52497e;
}
.color-2 {
color: #9e67a2;
}
.color-3 {
color: #edb1c5;
}
.color-4 {
color: #f2cbb6;
}
.color-5 {
color: #f3e3d2;
}

/* CSS Variables */
:root {
--color-1: #52497e;
--color-2: #9e67a2;
--color-3: #edb1c5;
--color-4: #f2cbb6;
--color-5: #f3e3d2;
}

Purple Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #52497e, #9e67a2, #edb1c5, #f2cbb6, #f3e3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #52497e, #9e67a2, #edb1c5, #f2cbb6, #f3e3d2);
}

Purple Dusk color palette created on .