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: #b9ac92;
}
.color-2 {
color: #a18f78;
}
.color-3 {
color: #8b7a65;
}
.color-4 {
color: #846148;
}
.color-5 {
color: #6c6456;
}

/* CSS Variables */
:root {
--color-1: #b9ac92;
--color-2: #a18f78;
--color-3: #8b7a65;
--color-4: #846148;
--color-5: #6c6456;
}

Rustic Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9ac92, #a18f78, #8b7a65, #846148, #6c6456);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9ac92, #a18f78, #8b7a65, #846148, #6c6456);
}

Rustic Earth Tones color palette created on .