Shades of Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Brown palette

Share this palette to:

Shades of Brown color palette CSS

/* CSS */
.color-1 {
color: #d0b89f;
}
.color-2 {
color: #b3a689;
}
.color-3 {
color: #a49c84;
}
.color-4 {
color: #896f6c;
}
.color-5 {
color: #603e39;
}

/* CSS Variables */
:root {
--color-1: #d0b89f;
--color-2: #b3a689;
--color-3: #a49c84;
--color-4: #896f6c;
--color-5: #603e39;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b89f, #b3a689, #a49c84, #896f6c, #603e39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b89f, #b3a689, #a49c84, #896f6c, #603e39);
}

Shades of Brown color palette created on .