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: #6ebf8a;
}
.color-2 {
color: #a2d7b9;
}
.color-3 {
color: #c1e6d4;
}
.color-4 {
color: #f3f9e1;
}
.color-5 {
color: #f8f2b9;
}

/* CSS Variables */
:root {
--color-1: #6ebf8a;
--color-2: #a2d7b9;
--color-3: #c1e6d4;
--color-4: #f3f9e1;
--color-5: #f8f2b9;
}

CSS con gradiente di sfondo Green Sprout

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8a, #a2d7b9, #c1e6d4, #f3f9e1, #f8f2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8a, #a2d7b9, #c1e6d4, #f3f9e1, #f8f2b9);
}

Green Sprout color palette created on .