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: #4b7c4b;
}
.color-2 {
color: #7cc07c;
}
.color-3 {
color: #a2d7a2;
}
.color-4 {
color: #f9e5a4;
}
.color-5 {
color: #e6a3a3;
}

/* CSS Variables */
:root {
--color-1: #4b7c4b;
--color-2: #7cc07c;
--color-3: #a2d7a2;
--color-4: #f9e5a4;
--color-5: #e6a3a3;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c4b, #7cc07c, #a2d7a2, #f9e5a4, #e6a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c4b, #7cc07c, #a2d7a2, #f9e5a4, #e6a3a3);
}

Shades of Green color palette created on .