Neutral Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neutral Tones palette

Share this palette to:

Neutral Tones color palette CSS

/* CSS */
.color-1 {
color: #d9c9b5;
}
.color-2 {
color: #b5a49b;
}
.color-3 {
color: #9b8b7d;
}
.color-4 {
color: #7e6d5d;
}
.color-5 {
color: #4f3c30;
}

/* CSS Variables */
:root {
--color-1: #d9c9b5;
--color-2: #b5a49b;
--color-3: #9b8b7d;
--color-4: #7e6d5d;
--color-5: #4f3c30;
}

Neutral Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c9b5, #b5a49b, #9b8b7d, #7e6d5d, #4f3c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c9b5, #b5a49b, #9b8b7d, #7e6d5d, #4f3c30);
}

Neutral Tones color palette created on .