Green Sprout Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Green Sprout palette

Condividi questa palette a:

tavolozza dei colori Green Sprout CSS

/* CSS */
.color-1 {
color: #6c9b46;
}
.color-2 {
color: #a5c85b;
}
.color-3 {
color: #d3e8a1;
}
.color-4 {
color: #ffee6b;
}
.color-5 {
color: #ffcb3d;
}

/* CSS Variables */
:root {
--color-1: #6c9b46;
--color-2: #a5c85b;
--color-3: #d3e8a1;
--color-4: #ffee6b;
--color-5: #ffcb3d;
}

CSS con gradiente di sfondo Green Sprout

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9b46, #a5c85b, #d3e8a1, #ffee6b, #ffcb3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9b46, #a5c85b, #d3e8a1, #ffee6b, #ffcb3d);
}

Green Sprout color palette created on .