Paleta de colores Whispering Earth Tones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Earth Tones palette
CSS de la paleta de colores Whispering Earth Tones
/* CSS */
.color-1 {
color: #f3e5d3;
}
.color-2 {
color: #ecc9ac;
}
.color-3 {
color: #e6bc9e;
}
.color-4 {
color: #bcc7ae;
}
.color-5 {
color: #cda689;
}
/* CSS Variables */
:root {
--color-1: #f3e5d3;
--color-2: #ecc9ac;
--color-3: #e6bc9e;
--color-4: #bcc7ae;
--color-5: #cda689;
}
CSS del degradado de fondo Whispering Earth Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5d3, #ecc9ac, #e6bc9e, #bcc7ae, #cda689);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5d3, #ecc9ac, #e6bc9e, #bcc7ae, #cda689);
}
Paletas de colores similares
Whispering Earth Tones color palette created on .