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: #f9d990;
}
.color-2 {
color: #f3b286;
}
.color-3 {
color: #da8f71;
}
.color-4 {
color: #b77196;
}
.color-5 {
color: #826699;
}

/* CSS Variables */
:root {
--color-1: #f9d990;
--color-2: #f3b286;
--color-3: #da8f71;
--color-4: #b77196;
--color-5: #826699;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d990, #f3b286, #da8f71, #b77196, #826699);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d990, #f3b286, #da8f71, #b77196, #826699);
}

Shades of Brown color palette created on .