Paleta de colores Green Digestive

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Digestive palette

Compartir esta paleta en:

Descargar la paleta de colores Green Digestive (PNG)

Download green digestive color palette PNG image (landscape)
Download green digestive color palette PNG image (square)

CSS de la paleta de colores Green Digestive

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #42a5f5;
}
.color-5 {
color: #ab47bd;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #ffb84d;
--color-3: #ff6e42;
--color-4: #42a5f5;
--color-5: #ab47bd;
}

CSS del degradado de fondo Green Digestive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #ffb84d, #ff6e42, #42a5f5, #ab47bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #ffb84d, #ff6e42, #42a5f5, #ab47bd);
}

Green Digestive color palette created on .