Forest Golds and Earthy Greens Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Forest Golds and Earthy Greens palette

Condividi questa palette a:

tavolozza dei colori Forest Golds and Earthy Greens CSS

/* CSS */
.color-1 {
color: #d9b568;
}
.color-2 {
color: #a57850;
}
.color-3 {
color: #387548;
}
.color-4 {
color: #725237;
}
.color-5 {
color: #27633a;
}

/* CSS Variables */
:root {
--color-1: #d9b568;
--color-2: #a57850;
--color-3: #387548;
--color-4: #725237;
--color-5: #27633a;
}

CSS con gradiente di sfondo Forest Golds and Earthy Greens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b568, #a57850, #387548, #725237, #27633a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b568, #a57850, #387548, #725237, #27633a);
}

Forest Golds and Earthy Greens color palette created on .