Nutty Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nutty Earthtones palette

Share this palette to:

Nutty Earthtones color palette CSS

/* CSS */
.color-1 {
color: #c19971;
}
.color-2 {
color: #a68068;
}
.color-3 {
color: #8a5f47;
}
.color-4 {
color: #534436;
}
.color-5 {
color: #37332a;
}

/* CSS Variables */
:root {
--color-1: #c19971;
--color-2: #a68068;
--color-3: #8a5f47;
--color-4: #534436;
--color-5: #37332a;
}

Nutty Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19971, #a68068, #8a5f47, #534436, #37332a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19971, #a68068, #8a5f47, #534436, #37332a);
}

Nutty Earthtones color palette created on .