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: #4cae4f;
}
.color-2 {
color: #7ebe7e;
}
.color-3 {
color: #a7d7a7;
}
.color-4 {
color: #cfe2cf;
}
.color-5 {
color: #f1f9f1;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #7ebe7e;
--color-3: #a7d7a7;
--color-4: #cfe2cf;
--color-5: #f1f9f1;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #7ebe7e, #a7d7a7, #cfe2cf, #f1f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #7ebe7e, #a7d7a7, #cfe2cf, #f1f9f1);
}

Shades of Green color palette created on .