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: #192929;
}
.color-2 {
color: #b35300;
}
.color-3 {
color: #d1a04d;
}
.color-4 {
color: #c75600;
}
.color-5 {
color: #dd9c3c;
}

/* CSS Variables */
:root {
--color-1: #192929;
--color-2: #b35300;
--color-3: #d1a04d;
--color-4: #c75600;
--color-5: #dd9c3c;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192929, #b35300, #d1a04d, #c75600, #dd9c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192929, #b35300, #d1a04d, #c75600, #dd9c3c);
}

Shades of Brown color palette created on .