Warm Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Brown palette

Share this palette to:

Warm Brown color palette CSS

/* CSS */
.color-1 {
color: #a64626;
}
.color-2 {
color: #c7621f;
}
.color-3 {
color: #ea964d;
}
.color-4 {
color: #f0b68f;
}
.color-5 {
color: #f9d9bd;
}

/* CSS Variables */
:root {
--color-1: #a64626;
--color-2: #c7621f;
--color-3: #ea964d;
--color-4: #f0b68f;
--color-5: #f9d9bd;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a64626, #c7621f, #ea964d, #f0b68f, #f9d9bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a64626, #c7621f, #ea964d, #f0b68f, #f9d9bd);
}

Warm Brown color palette created on .