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: #a7d7b8;
}
.color-2 {
color: #f2e2a1;
}
.color-3 {
color: #f3b55e;
}
.color-4 {
color: #efae4d;
}
.color-5 {
color: #d66b7f;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f2e2a1;
--color-3: #f3b55e;
--color-4: #efae4d;
--color-5: #d66b7f;
}

CSS del degradado de fondo Sprout

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f2e2a1, #f3b55e, #efae4d, #d66b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f2e2a1, #f3b55e, #efae4d, #d66b7f);
}

Sprout color palette created on .