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: #d9bea5;
}
.color-2 {
color: #f1e7d5;
}
.color-3 {
color: #e2b8a1;
}
.color-4 {
color: #c5998c;
}
.color-5 {
color: #905e4c;
}

/* CSS Variables */
:root {
--color-1: #d9bea5;
--color-2: #f1e7d5;
--color-3: #e2b8a1;
--color-4: #c5998c;
--color-5: #905e4c;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9bea5, #f1e7d5, #e2b8a1, #c5998c, #905e4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9bea5, #f1e7d5, #e2b8a1, #c5998c, #905e4c);
}

Warm Brown color palette created on .