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: #7df2bc;
}
.color-2 {
color: #4fc9ab;
}
.color-3 {
color: #3b9b7a;
}
.color-4 {
color: #2d7b5b;
}
.color-5 {
color: #1f5b3c;
}

/* CSS Variables */
:root {
--color-1: #7df2bc;
--color-2: #4fc9ab;
--color-3: #3b9b7a;
--color-4: #2d7b5b;
--color-5: #1f5b3c;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7df2bc, #4fc9ab, #3b9b7a, #2d7b5b, #1f5b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7df2bc, #4fc9ab, #3b9b7a, #2d7b5b, #1f5b3c);
}

Shades of Green color palette created on .