Loading...
Shades of Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Brown palette
Download Shades of Brown Color Palette (PNG)
Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #e8d6c5;
}
.color-2 {
color: #d8c6b0;
}
.color-3 {
color: #b4a99c;
}
.color-4 {
color: #a88f7a;
}
.color-5 {
color: #7e5b3a;
}
/* CSS Variables */
:root {
--color-1: #e8d6c5;
--color-2: #d8c6b0;
--color-3: #b4a99c;
--color-4: #a88f7a;
--color-5: #7e5b3a;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d6c5, #d8c6b0, #b4a99c, #a88f7a, #7e5b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d6c5, #d8c6b0, #b4a99c, #a88f7a, #7e5b3a);
}
Similar color palettes
Shades of Brown color palette created on .