Warm Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Brown palette
Warm Brown color palette CSS
/* CSS */
.color-1 {
color: #e3b07d;
}
.color-2 {
color: #d5995d;
}
.color-3 {
color: #c68e4e;
}
.color-4 {
color: #a76e39;
}
.color-5 {
color: #7b4c28;
}
/* CSS Variables */
:root {
--color-1: #e3b07d;
--color-2: #d5995d;
--color-3: #c68e4e;
--color-4: #a76e39;
--color-5: #7b4c28;
}
Warm Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b07d, #d5995d, #c68e4e, #a76e39, #7b4c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b07d, #d5995d, #c68e4e, #a76e39, #7b4c28);
}
Similar color palettes
Warm Brown color palette created on .