Nutty Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nutty Brown palette

Share this palette to:

Nutty Brown color palette CSS

/* CSS */
.color-1 {
color: #9c7b5e;
}
.color-2 {
color: #d1b67a;
}
.color-3 {
color: #f3c396;
}
.color-4 {
color: #e1a34c;
}
.color-5 {
color: #b5743b;
}

/* CSS Variables */
:root {
--color-1: #9c7b5e;
--color-2: #d1b67a;
--color-3: #f3c396;
--color-4: #e1a34c;
--color-5: #b5743b;
}

Nutty Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c7b5e, #d1b67a, #f3c396, #e1a34c, #b5743b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c7b5e, #d1b67a, #f3c396, #e1a34c, #b5743b);
}

Nutty Brown color palette created on .