Paleta de colores Green Sprout
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Green Sprout palette
CSS de la paleta de colores Green Sprout
/* CSS */
.color-1 {
color: #8bdc6f;
}
.color-2 {
color: #a3df9f;
}
.color-3 {
color: #c2f6b6;
}
.color-4 {
color: #f6e1a7;
}
.color-5 {
color: #f5b2b2;
}
/* CSS Variables */
:root {
--color-1: #8bdc6f;
--color-2: #a3df9f;
--color-3: #c2f6b6;
--color-4: #f6e1a7;
--color-5: #f5b2b2;
}
CSS del degradado de fondo Green Sprout
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bdc6f, #a3df9f, #c2f6b6, #f6e1a7, #f5b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bdc6f, #a3df9f, #c2f6b6, #f6e1a7, #f5b2b2);
}
Paletas de colores similares
Green Sprout color palette created on .