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: #1c3b2e;
}
.color-2 {
color: #2f5b47;
}
.color-3 {
color: #4b7c62;
}
.color-4 {
color: #7db09a;
}
.color-5 {
color: #a4d6c3;
}

/* CSS Variables */
:root {
--color-1: #1c3b2e;
--color-2: #2f5b47;
--color-3: #4b7c62;
--color-4: #7db09a;
--color-5: #a4d6c3;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b2e, #2f5b47, #4b7c62, #7db09a, #a4d6c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b2e, #2f5b47, #4b7c62, #7db09a, #a4d6c3);
}

Shades of Green color palette created on .