Warm Earthy Tones Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Warm Earthy Tones palette
tavolozza dei colori Warm Earthy Tones CSS
/* CSS */
.color-1 {
color: #f5e6c7;
}
.color-2 {
color: #e1af7a;
}
.color-3 {
color: #d58a3f;
}
.color-4 {
color: #c76d23;
}
.color-5 {
color: #9f512d;
}
/* CSS Variables */
:root {
--color-1: #f5e6c7;
--color-2: #e1af7a;
--color-3: #d58a3f;
--color-4: #c76d23;
--color-5: #9f512d;
}
CSS con gradiente di sfondo Warm Earthy Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c7, #e1af7a, #d58a3f, #c76d23, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c7, #e1af7a, #d58a3f, #c76d23, #9f512d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 90+ tavolozzas di colori Ambra
Warm Earthy Tones color palette created on .