Nude Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nude Tones palette

Share this palette to:

Nude Tones color palette CSS

/* CSS */
.color-1 {
color: #f6d6c1;
}
.color-2 {
color: #e2b7a1;
}
.color-3 {
color: #d5a090;
}
.color-4 {
color: #c49978;
}
.color-5 {
color: #b6997c;
}

/* CSS Variables */
:root {
--color-1: #f6d6c1;
--color-2: #e2b7a1;
--color-3: #d5a090;
--color-4: #c49978;
--color-5: #b6997c;
}

Nude Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6c1, #e2b7a1, #d5a090, #c49978, #b6997c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6c1, #e2b7a1, #d5a090, #c49978, #b6997c);
}

Nude Tones color palette created on .