Paleta de colores Shades of Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green

/* CSS */
.color-1 {
color: #89be89;
}
.color-2 {
color: #a1d9a3;
}
.color-3 {
color: #c3e1b2;
}
.color-4 {
color: #f1f6d0;
}
.color-5 {
color: #f9c56c;
}

/* CSS Variables */
:root {
--color-1: #89be89;
--color-2: #a1d9a3;
--color-3: #c3e1b2;
--color-4: #f1f6d0;
--color-5: #f9c56c;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89be89, #a1d9a3, #c3e1b2, #f1f6d0, #f9c56c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89be89, #a1d9a3, #c3e1b2, #f1f6d0, #f9c56c);
}

Shades of Green color palette created on .