Nutty Earthtones Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Nutty Earthtones palette
tavolozza dei colori Nutty Earthtones CSS
/* CSS */
.color-1 {
color: #c6996c;
}
.color-2 {
color: #a87b5d;
}
.color-3 {
color: #89593e;
}
.color-4 {
color: #4c3e2f;
}
.color-5 {
color: #2f2b23;
}
/* CSS Variables */
:root {
--color-1: #c6996c;
--color-2: #a87b5d;
--color-3: #89593e;
--color-4: #4c3e2f;
--color-5: #2f2b23;
}
CSS con gradiente di sfondo Nutty Earthtones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6996c, #a87b5d, #89593e, #4c3e2f, #2f2b23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6996c, #a87b5d, #89593e, #4c3e2f, #2f2b23);
}
Tavolozze di colori simili
Nutty Earthtones color palette created on .