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