Withered Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Withered palette
Immagine PNG della tavolozza dei colori Withered
tavolozza dei colori Withered CSS
/* CSS */
.color-1 {
color: #8c7c5f;
}
.color-2 {
color: #b9a574;
}
.color-3 {
color: #e5d09e;
}
.color-4 {
color: #a36c5c;
}
.color-5 {
color: #5e3c2b;
}
/* CSS Variables */
:root {
--color-1: #8c7c5f;
--color-2: #b9a574;
--color-3: #e5d09e;
--color-4: #a36c5c;
--color-5: #5e3c2b;
}
CSS con gradiente di sfondo Withered
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7c5f, #b9a574, #e5d09e, #a36c5c, #5e3c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7c5f, #b9a574, #e5d09e, #a36c5c, #5e3c2b);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Marrone
Withered color palette created on .