Warm Neutrals Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Neutrals palette

Share this palette to:

Warm Neutrals color palette CSS

/* CSS */
.color-1 {
color: #d8bd9d;
}
.color-2 {
color: #e1c6ad;
}
.color-3 {
color: #ceb597;
}
.color-4 {
color: #c99982;
}
.color-5 {
color: #d9af92;
}

/* CSS Variables */
:root {
--color-1: #d8bd9d;
--color-2: #e1c6ad;
--color-3: #ceb597;
--color-4: #c99982;
--color-5: #d9af92;
}

Warm Neutrals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8bd9d, #e1c6ad, #ceb597, #c99982, #d9af92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8bd9d, #e1c6ad, #ceb597, #c99982, #d9af92);
}

Warm Neutrals color palette created on .