Dusty Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusty Brown palette

Share this palette to:

Dusty Brown color palette CSS

/* CSS */
.color-1 {
color: #c7b7a9;
}
.color-2 {
color: #b2998a;
}
.color-3 {
color: #a27a6d;
}
.color-4 {
color: #b27e62;
}
.color-5 {
color: #e0c5a3;
}

/* CSS Variables */
:root {
--color-1: #c7b7a9;
--color-2: #b2998a;
--color-3: #a27a6d;
--color-4: #b27e62;
--color-5: #e0c5a3;
}

Dusty Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b7a9, #b2998a, #a27a6d, #b27e62, #e0c5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b7a9, #b2998a, #a27a6d, #b27e62, #e0c5a3);
}

Dusty Brown color palette created on .