Dusty Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusty Elegance palette

Share this palette to:

Dusty Elegance color palette CSS

/* CSS */
.color-1 {
color: #a66e7c;
}
.color-2 {
color: #c9a49c;
}
.color-3 {
color: #e5baae;
}
.color-4 {
color: #f6d6c1;
}
.color-5 {
color: #e2b3a1;
}

/* CSS Variables */
:root {
--color-1: #a66e7c;
--color-2: #c9a49c;
--color-3: #e5baae;
--color-4: #f6d6c1;
--color-5: #e2b3a1;
}

Dusty Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a66e7c, #c9a49c, #e5baae, #f6d6c1, #e2b3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a66e7c, #c9a49c, #e5baae, #f6d6c1, #e2b3a1);
}

Dusty Elegance color palette created on .