Earthy Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Green palette

Condividi questa palette a:

tavolozza dei colori Earthy Green CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4e735d;
}
.color-3 {
color: #d2a69d;
}
.color-4 {
color: #a56e5f;
}
.color-5 {
color: #795c39;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4e735d;
--color-3: #d2a69d;
--color-4: #a56e5f;
--color-5: #795c39;
}

CSS con gradiente di sfondo Earthy Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4e735d, #d2a69d, #a56e5f, #795c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4e735d, #d2a69d, #a56e5f, #795c39);
}

Earthy Green color palette created on .