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: #b2d7c9;
}
.color-2 {
color: #a2d59f;
}
.color-3 {
color: #7ece8e;
}
.color-4 {
color: #5abf7a;
}
.color-5 {
color: #3c9f62;
}

/* CSS Variables */
:root {
--color-1: #b2d7c9;
--color-2: #a2d59f;
--color-3: #7ece8e;
--color-4: #5abf7a;
--color-5: #3c9f62;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d7c9, #a2d59f, #7ece8e, #5abf7a, #3c9f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d7c9, #a2d59f, #7ece8e, #5abf7a, #3c9f62);
}

Shades of Green color palette created on .