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: #a8d18f;
}
.color-2 {
color: #70af46;
}
.color-3 {
color: #4d8e3e;
}
.color-4 {
color: #3b7a2e;
}
.color-5 {
color: #2d5b20;
}

/* CSS Variables */
:root {
--color-1: #a8d18f;
--color-2: #70af46;
--color-3: #4d8e3e;
--color-4: #3b7a2e;
--color-5: #2d5b20;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d18f, #70af46, #4d8e3e, #3b7a2e, #2d5b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d18f, #70af46, #4d8e3e, #3b7a2e, #2d5b20);
}

Shades of Green color palette created on .