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: #a7c8b9;
}
.color-2 {
color: #9bbfa9;
}
.color-3 {
color: #7eae8e;
}
.color-4 {
color: #4a8c66;
}
.color-5 {
color: #2a5b43;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #9bbfa9;
--color-3: #7eae8e;
--color-4: #4a8c66;
--color-5: #2a5b43;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #9bbfa9, #7eae8e, #4a8c66, #2a5b43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #9bbfa9, #7eae8e, #4a8c66, #2a5b43);
}

Shades of Green color palette created on .