Rustic Earth Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Earth Tones palette

Share this palette to:

Rustic Earth Tones color palette CSS

/* CSS */
.color-1 {
color: #d4d0ba;
}
.color-2 {
color: #9f9784;
}
.color-3 {
color: #716b5b;
}
.color-4 {
color: #864c2d;
}
.color-5 {
color: #503626;
}

/* CSS Variables */
:root {
--color-1: #d4d0ba;
--color-2: #9f9784;
--color-3: #716b5b;
--color-4: #864c2d;
--color-5: #503626;
}

Rustic Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d0ba, #9f9784, #716b5b, #864c2d, #503626);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d0ba, #9f9784, #716b5b, #864c2d, #503626);
}

Rustic Earth Tones color palette created on .