Shades of Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Brown palette
Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #e6d2b7;
}
.color-2 {
color: #d3b99c;
}
.color-3 {
color: #c89e7e;
}
.color-4 {
color: #b68b5d;
}
.color-5 {
color: #a66a3f;
}
/* CSS Variables */
:root {
--color-1: #e6d2b7;
--color-2: #d3b99c;
--color-3: #c89e7e;
--color-4: #b68b5d;
--color-5: #a66a3f;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d2b7, #d3b99c, #c89e7e, #b68b5d, #a66a3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d2b7, #d3b99c, #c89e7e, #b68b5d, #a66a3f);
}
Similar color palettes
Scroll down to explore 80 Cream color palettes
Shades of Brown color palette created on .