Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusk palette

Share this palette to:

Download Dusk Color Palette (PNG)

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

Dusk color palette CSS

/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #5b4f78;
}
.color-3 {
color: #7a6b9e;
}
.color-4 {
color: #b68bb6;
}
.color-5 {
color: #f4c3da;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #5b4f78;
--color-3: #7a6b9e;
--color-4: #b68bb6;
--color-5: #f4c3da;
}

Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #5b4f78, #7a6b9e, #b68bb6, #f4c3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #5b4f78, #7a6b9e, #b68bb6, #f4c3da);
}

Dusk color palette created on .