Whimsical Earthtones Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whimsical Earthtones palette
tavolozza dei colori Whimsical Earthtones CSS
/* CSS */
.color-1 {
color: #d7c4a3;
}
.color-2 {
color: #b9a68d;
}
.color-3 {
color: #8c7b6e;
}
.color-4 {
color: #5e5a4a;
}
.color-5 {
color: #3a4c39;
}
/* CSS Variables */
:root {
--color-1: #d7c4a3;
--color-2: #b9a68d;
--color-3: #8c7b6e;
--color-4: #5e5a4a;
--color-5: #3a4c39;
}
CSS con gradiente di sfondo Whimsical Earthtones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c4a3, #b9a68d, #8c7b6e, #5e5a4a, #3a4c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c4a3, #b9a68d, #8c7b6e, #5e5a4a, #3a4c39);
}
Tavolozze di colori simili
Whimsical Earthtones color palette created on .