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: #a9d6bb;
}
.color-2 {
color: #7bc6a4;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #3e8e41;
}
.color-5 {
color: #2c6d32;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #7bc6a4;
--color-3: #4cae4f;
--color-4: #3e8e41;
--color-5: #2c6d32;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #7bc6a4, #4cae4f, #3e8e41, #2c6d32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #7bc6a4, #4cae4f, #3e8e41, #2c6d32);
}

Shades of Green color palette created on .