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: #a7bd9e;
}
.color-2 {
color: #6d9c8b;
}
.color-3 {
color: #507c6b;
}
.color-4 {
color: #3a5952;
}
.color-5 {
color: #2a413e;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #6d9c8b;
--color-3: #507c6b;
--color-4: #3a5952;
--color-5: #2a413e;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #6d9c8b, #507c6b, #3a5952, #2a413e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #6d9c8b, #507c6b, #3a5952, #2a413e);
}

Shades of Green color palette created on .