Rustic Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Earthtones palette

Share this palette to:

Rustic Earthtones color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c0996d;
}
.color-3 {
color: #e1af7a;
}
.color-4 {
color: #d9c6b4;
}
.color-5 {
color: #4b3c26;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c0996d;
--color-3: #e1af7a;
--color-4: #d9c6b4;
--color-5: #4b3c26;
}

Rustic Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c0996d, #e1af7a, #d9c6b4, #4b3c26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c0996d, #e1af7a, #d9c6b4, #4b3c26);
}

Rustic Earthtones color palette created on .