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: #4b8b56;
}
.color-2 {
color: #6fc068;
}
.color-3 {
color: #8cd789;
}
.color-4 {
color: #b1e8a1;
}
.color-5 {
color: #e6f2cf;
}

/* CSS Variables */
:root {
--color-1: #4b8b56;
--color-2: #6fc068;
--color-3: #8cd789;
--color-4: #b1e8a1;
--color-5: #e6f2cf;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b56, #6fc068, #8cd789, #b1e8a1, #e6f2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b56, #6fc068, #8cd789, #b1e8a1, #e6f2cf);
}

Shades of Green color palette created on .