Soft Earth Tones Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Soft Earth Tones palette
tavolozza dei colori Soft Earth Tones CSS
/* CSS */
.color-1 {
color: #efe4d7;
}
.color-2 {
color: #d4cfc9;
}
.color-3 {
color: #b5aa9b;
}
.color-4 {
color: #a88e80;
}
.color-5 {
color: #7e5b4e;
}
/* CSS Variables */
:root {
--color-1: #efe4d7;
--color-2: #d4cfc9;
--color-3: #b5aa9b;
--color-4: #a88e80;
--color-5: #7e5b4e;
}
CSS con gradiente di sfondo Soft Earth Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4d7, #d4cfc9, #b5aa9b, #a88e80, #7e5b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4d7, #d4cfc9, #b5aa9b, #a88e80, #7e5b4e);
}
Tavolozze di colori simili
Soft Earth Tones color palette created on .