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: #4c8c3b;
}
.color-2 {
color: #7ebf4f;
}
.color-3 {
color: #a6d789;
}
.color-4 {
color: #e7f3c4;
}
.color-5 {
color: #d5cbaf;
}

/* CSS Variables */
:root {
--color-1: #4c8c3b;
--color-2: #7ebf4f;
--color-3: #a6d789;
--color-4: #e7f3c4;
--color-5: #d5cbaf;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8c3b, #7ebf4f, #a6d789, #e7f3c4, #d5cbaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8c3b, #7ebf4f, #a6d789, #e7f3c4, #d5cbaf);
}

Shades of Green color palette created on .