Dusky Delights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Delights palette

Share this palette to:

Dusky Delights color palette CSS

/* CSS */
.color-1 {
color: #eae8d2;
}
.color-2 {
color: #d8ccb0;
}
.color-3 {
color: #c5b99b;
}
.color-4 {
color: #a58a78;
}
.color-5 {
color: #8d5b4e;
}

/* CSS Variables */
:root {
--color-1: #eae8d2;
--color-2: #d8ccb0;
--color-3: #c5b99b;
--color-4: #a58a78;
--color-5: #8d5b4e;
}

Dusky Delights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae8d2, #d8ccb0, #c5b99b, #a58a78, #8d5b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae8d2, #d8ccb0, #c5b99b, #a58a78, #8d5b4e);
}

Dusky Delights color palette created on .