Enchanted Forest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Enchanted Forest palette

Condividi questa palette a:

tavolozza dei colori Enchanted Forest CSS

/* CSS */
.color-1 {
color: #b5e0b2;
}
.color-2 {
color: #9bcf9e;
}
.color-3 {
color: #7db08b;
}
.color-4 {
color: #5ea176;
}
.color-5 {
color: #3f8d62;
}

/* CSS Variables */
:root {
--color-1: #b5e0b2;
--color-2: #9bcf9e;
--color-3: #7db08b;
--color-4: #5ea176;
--color-5: #3f8d62;
}

CSS con gradiente di sfondo Enchanted Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5e0b2, #9bcf9e, #7db08b, #5ea176, #3f8d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5e0b2, #9bcf9e, #7db08b, #5ea176, #3f8d62);
}

Enchanted Forest color palette created on .