Mystic Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Earthtones palette

Share this palette to:

Mystic Earthtones color palette PNG image

Download mystic earthtones color palette PNG image (landscape)
Download mystic earthtones color palette PNG image (square)

Mystic Earthtones color palette CSS

/* CSS */
.color-1 {
color: #1d1c22;
}
.color-2 {
color: #39393c;
}
.color-3 {
color: #5b5b5d;
}
.color-4 {
color: #8b7b6f;
}
.color-5 {
color: #c9a769;
}

/* CSS Variables */
:root {
--color-1: #1d1c22;
--color-2: #39393c;
--color-3: #5b5b5d;
--color-4: #8b7b6f;
--color-5: #c9a769;
}

Mystic Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1c22, #39393c, #5b5b5d, #8b7b6f, #c9a769);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1c22, #39393c, #5b5b5d, #8b7b6f, #c9a769);
}

Mystic Earthtones color palette created on .