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: #d9b38c;
}
.color-2 {
color: #c67c5d;
}
.color-3 {
color: #af5446;
}
.color-4 {
color: #8f3d57;
}
.color-5 {
color: #5a2c6d;
}

/* CSS Variables */
:root {
--color-1: #d9b38c;
--color-2: #c67c5d;
--color-3: #af5446;
--color-4: #8f3d57;
--color-5: #5a2c6d;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b38c, #c67c5d, #af5446, #8f3d57, #5a2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b38c, #c67c5d, #af5446, #8f3d57, #5a2c6d);
}

Shades of Brown color palette created on .