Whispering Earth Tones Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispering Earth Tones palette
tavolozza dei colori Whispering Earth Tones CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Whispering Earth Tones color palette created on .