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:

Imagen PNG de la paleta de colores Shades of Green

Download shades of green color palette PNG image (landscape)
Download shades of green color palette PNG image (square)

CSS de la paleta de colores Shades of Green

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6fbf5f;
}
.color-3 {
color: #8dd8a2;
}
.color-4 {
color: #c4e3d5;
}
.color-5 {
color: #eae6d2;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6fbf5f;
--color-3: #8dd8a2;
--color-4: #c4e3d5;
--color-5: #eae6d2;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}

Shades of Green color palette created on .