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: #a96e4c;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #4a3b30;
}
.color-5 {
color: #e4c1af;
}

/* CSS Variables */
:root {
--color-1: #a96e4c;
--color-2: #6f4c3e;
--color-3: #c2b180;
--color-4: #4a3b30;
--color-5: #e4c1af;
}

Nutty Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a96e4c, #6f4c3e, #c2b180, #4a3b30, #e4c1af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a96e4c, #6f4c3e, #c2b180, #4a3b30, #e4c1af);
}

Nutty Earthtones color palette created on .