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: #f7c5a1;
}
.color-2 {
color: #f2a67d;
}
.color-3 {
color: #e8915e;
}
.color-4 {
color: #b66c3e;
}
.color-5 {
color: #4f4c4a;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f2a67d;
--color-3: #e8915e;
--color-4: #b66c3e;
--color-5: #4f4c4a;
}

Warm Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f2a67d, #e8915e, #b66c3e, #4f4c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f2a67d, #e8915e, #b66c3e, #4f4c4a);
}

Warm Brown color palette created on .