Paleta de colores Mystic Earthtones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Earthtones palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mystic Earthtones

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

CSS de la paleta de colores Mystic Earthtones

/* 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;
}

CSS del degradado de fondo Mystic Earthtones

/* 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 .