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: #d2c7c1;
}
.color-2 {
color: #bfaf9c;
}
.color-3 {
color: #a89f94;
}
.color-4 {
color: #897b6c;
}
.color-5 {
color: #6c5c4b;
}
/* CSS Variables */
:root {
--color-1: #d2c7c1;
--color-2: #bfaf9c;
--color-3: #a89f94;
--color-4: #897b6c;
--color-5: #6c5c4b;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c7c1, #bfaf9c, #a89f94, #897b6c, #6c5c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c7c1, #bfaf9c, #a89f94, #897b6c, #6c5c4b);
}
Similar color palettes
Shades of Brown color palette created on .