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: #6fdc6f;
}
.color-2 {
color: #a8e7a2;
}
.color-3 {
color: #e4f6e4;
}
.color-4 {
color: #f9e9b4;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #6fdc6f;
--color-2: #a8e7a2;
--color-3: #e4f6e4;
--color-4: #f9e9b4;
--color-5: #f5c400;
}

CSS con gradiente di sfondo Green Sprout

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fdc6f, #a8e7a2, #e4f6e4, #f9e9b4, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fdc6f, #a8e7a2, #e4f6e4, #f9e9b4, #f5c400);
}

Green Sprout color palette created on .