Brewed Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brewed Earthtones palette
Brewed Earthtones color palette CSS
/* CSS */
.color-1 {
color: #d09c5d;
}
.color-2 {
color: #b87b4c;
}
.color-3 {
color: #8f5b3d;
}
.color-4 {
color: #6a3b2f;
}
.color-5 {
color: #3b231c;
}
/* CSS Variables */
:root {
--color-1: #d09c5d;
--color-2: #b87b4c;
--color-3: #8f5b3d;
--color-4: #6a3b2f;
--color-5: #3b231c;
}
Brewed Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d09c5d, #b87b4c, #8f5b3d, #6a3b2f, #3b231c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d09c5d, #b87b4c, #8f5b3d, #6a3b2f, #3b231c);
}
Similar color palettes
Brewed Earthtones color palette created on .