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: #1c402e;
}
.color-2 {
color: #3c6d5e;
}
.color-3 {
color: #5dbb8b;
}
.color-4 {
color: #a3e1b5;
}
.color-5 {
color: #eff9e7;
}

/* CSS Variables */
:root {
--color-1: #1c402e;
--color-2: #3c6d5e;
--color-3: #5dbb8b;
--color-4: #a3e1b5;
--color-5: #eff9e7;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c402e, #3c6d5e, #5dbb8b, #a3e1b5, #eff9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c402e, #3c6d5e, #5dbb8b, #a3e1b5, #eff9e7);
}

Shades of Green color palette created on .