Purple Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Dusk palette

Share this palette to:

Purple Dusk color palette CSS

/* CSS */
.color-1 {
color: #493b59;
}
.color-2 {
color: #9d7b9c;
}
.color-3 {
color: #d7a2c8;
}
.color-4 {
color: #f3c4de;
}
.color-5 {
color: #fef2ae;
}

/* CSS Variables */
:root {
--color-1: #493b59;
--color-2: #9d7b9c;
--color-3: #d7a2c8;
--color-4: #f3c4de;
--color-5: #fef2ae;
}

Purple Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493b59, #9d7b9c, #d7a2c8, #f3c4de, #fef2ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493b59, #9d7b9c, #d7a2c8, #f3c4de, #fef2ae);
}

Purple Dusk color palette created on .