Neutral Warm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neutral Warm palette

Share this palette to:

Neutral Warm color palette PNG image

Download neutral warm color palette PNG image (landscape)
Download neutral warm color palette PNG image (square)

Neutral Warm color palette CSS

/* CSS */
.color-1 {
color: #d8ccb0;
}
.color-2 {
color: #e2d3b1;
}
.color-3 {
color: #e9d8b9;
}
.color-4 {
color: #f0e0c7;
}
.color-5 {
color: #f7e9d4;
}

/* CSS Variables */
:root {
--color-1: #d8ccb0;
--color-2: #e2d3b1;
--color-3: #e9d8b9;
--color-4: #f0e0c7;
--color-5: #f7e9d4;
}

Neutral Warm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8ccb0, #e2d3b1, #e9d8b9, #f0e0c7, #f7e9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8ccb0, #e2d3b1, #e9d8b9, #f0e0c7, #f7e9d4);
}

Neutral Warm color palette created on .