Earthy Treasures Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Treasures palette

Share this palette to:

Earthy Treasures color palette CSS

/* CSS */
.color-1 {
color: #dac7a4;
}
.color-2 {
color: #c5a77d;
}
.color-3 {
color: #a17968;
}
.color-4 {
color: #7b5b5d;
}
.color-5 {
color: #593a46;
}

/* CSS Variables */
:root {
--color-1: #dac7a4;
--color-2: #c5a77d;
--color-3: #a17968;
--color-4: #7b5b5d;
--color-5: #593a46;
}

Earthy Treasures background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7a4, #c5a77d, #a17968, #7b5b5d, #593a46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7a4, #c5a77d, #a17968, #7b5b5d, #593a46);
}

Earthy Treasures color palette created on .