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: #a8e6ce;
}
.color-2 {
color: #b1f2b8;
}
.color-3 {
color: #c2e8b5;
}
.color-4 {
color: #d0e6a8;
}
.color-5 {
color: #e6f9d2;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #b1f2b8;
--color-3: #c2e8b5;
--color-4: #d0e6a8;
--color-5: #e6f9d2;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #b1f2b8, #c2e8b5, #d0e6a8, #e6f9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #b1f2b8, #c2e8b5, #d0e6a8, #e6f9d2);
}

Shades of Green color palette created on .