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: #a7d7b8;
}
.color-2 {
color: #b2e1c4;
}
.color-3 {
color: #d7e9c9;
}
.color-4 {
color: #e2f4b8;
}
.color-5 {
color: #f4f9b9;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b2e1c4;
--color-3: #d7e9c9;
--color-4: #e2f4b8;
--color-5: #f4f9b9;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b2e1c4, #d7e9c9, #e2f4b8, #f4f9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b2e1c4, #d7e9c9, #e2f4b8, #f4f9b9);
}

Shades of Green color palette created on .