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: #4c8b3c;
}
.color-2 {
color: #2f6a3c;
}
.color-3 {
color: #1b5030;
}
.color-4 {
color: #6a9c49;
}
.color-5 {
color: #9ccf7d;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #2f6a3c;
--color-3: #1b5030;
--color-4: #6a9c49;
--color-5: #9ccf7d;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #2f6a3c, #1b5030, #6a9c49, #9ccf7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #2f6a3c, #1b5030, #6a9c49, #9ccf7d);
}

Shades of Green color palette created on .