Paleta de colores Sprout

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sprout palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sprout

Download sprout color palette PNG image (landscape)
Download sprout color palette PNG image (square)

CSS de la paleta de colores Sprout

/* CSS */
.color-1 {
color: #a8e1a3;
}
.color-2 {
color: #6ccb79;
}
.color-3 {
color: #4ca958;
}
.color-4 {
color: #3f8d4b;
}
.color-5 {
color: #2c6d3c;
}

/* CSS Variables */
:root {
--color-1: #a8e1a3;
--color-2: #6ccb79;
--color-3: #4ca958;
--color-4: #3f8d4b;
--color-5: #2c6d3c;
}

CSS del degradado de fondo Sprout

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1a3, #6ccb79, #4ca958, #3f8d4b, #2c6d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1a3, #6ccb79, #4ca958, #3f8d4b, #2c6d3c);
}

Sprout color palette created on .