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: #bf8a69;
}
.color-2 {
color: #d5bda5;
}
.color-3 {
color: #e6c2b3;
}
.color-4 {
color: #f4e0c8;
}
.color-5 {
color: #e7ab6e;
}

/* CSS Variables */
:root {
--color-1: #bf8a69;
--color-2: #d5bda5;
--color-3: #e6c2b3;
--color-4: #f4e0c8;
--color-5: #e7ab6e;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf8a69, #d5bda5, #e6c2b3, #f4e0c8, #e7ab6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf8a69, #d5bda5, #e6c2b3, #f4e0c8, #e7ab6e);
}

Warm Brown color palette created on .