Earthy Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Tones palette

Condividi questa palette a:

tavolozza dei colori Earthy Tones CSS

/* CSS */
.color-1 {
color: #e6d6c1;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #b22a3e;
}
.color-4 {
color: #5a7f57;
}
.color-5 {
color: #c3d9b4;
}

/* CSS Variables */
:root {
--color-1: #e6d6c1;
--color-2: #895b29;
--color-3: #b22a3e;
--color-4: #5a7f57;
--color-5: #c3d9b4;
}

CSS con gradiente di sfondo Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d6c1, #895b29, #b22a3e, #5a7f57, #c3d9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d6c1, #895b29, #b22a3e, #5a7f57, #c3d9b4);
}

Earthy Tones color palette created on .