Dusky Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Elegance palette

Share this palette to:

Dusky Elegance color palette CSS

/* CSS */
.color-1 {
color: #493b36;
}
.color-2 {
color: #6d5c55;
}
.color-3 {
color: #998a8b;
}
.color-4 {
color: #d3c3c0;
}
.color-5 {
color: #f8e6e2;
}

/* CSS Variables */
:root {
--color-1: #493b36;
--color-2: #6d5c55;
--color-3: #998a8b;
--color-4: #d3c3c0;
--color-5: #f8e6e2;
}

Dusky Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493b36, #6d5c55, #998a8b, #d3c3c0, #f8e6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493b36, #6d5c55, #998a8b, #d3c3c0, #f8e6e2);
}

Dusky Elegance color palette created on .