Rustic Shadowed Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Shadowed Earthtones palette
Rustic Shadowed Earthtones color palette CSS
/* CSS */
.color-1 {
color: #716119;
}
.color-2 {
color: #4b4111;
}
.color-3 {
color: #3d3c38;
}
.color-4 {
color: #3a320d;
}
.color-5 {
color: #303030;
}
/* CSS Variables */
:root {
--color-1: #716119;
--color-2: #4b4111;
--color-3: #3d3c38;
--color-4: #3a320d;
--color-5: #303030;
}
Rustic Shadowed Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #716119, #4b4111, #3d3c38, #3a320d, #303030);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #716119, #4b4111, #3d3c38, #3a320d, #303030);
}
Similar color palettes
Rustic Shadowed Earthtones color palette created on .