Paleta de colores Earthy Whispering Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Whispering Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Whispering Tones

/* CSS */
.color-1 {
color: #cbc4b3;
}
.color-2 {
color: #ac9e86;
}
.color-3 {
color: #938466;
}
.color-4 {
color: #796c4e;
}
.color-5 {
color: #645d3a;
}

/* CSS Variables */
:root {
--color-1: #cbc4b3;
--color-2: #ac9e86;
--color-3: #938466;
--color-4: #796c4e;
--color-5: #645d3a;
}

CSS del degradado de fondo Earthy Whispering Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbc4b3, #ac9e86, #938466, #796c4e, #645d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbc4b3, #ac9e86, #938466, #796c4e, #645d3a);
}

Earthy Whispering Tones color palette created on .