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: #f6e8d5;
}
.color-2 {
color: #e5cec7;
}
.color-3 {
color: #d7b2a3;
}
.color-4 {
color: #c19d8a;
}
.color-5 {
color: #a58c73;
}
/* CSS Variables */
:root {
--color-1: #f6e8d5;
--color-2: #e5cec7;
--color-3: #d7b2a3;
--color-4: #c19d8a;
--color-5: #a58c73;
}
Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8d5, #e5cec7, #d7b2a3, #c19d8a, #a58c73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8d5, #e5cec7, #d7b2a3, #c19d8a, #a58c73);
}
Similar color palettes
Shades of Brown color palette created on .