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: #166434;
}
.color-2 {
color: #2a7a4e;
}
.color-3 {
color: #4fbf80;
}
.color-4 {
color: #98e2a9;
}
.color-5 {
color: #d2f9d7;
}

/* CSS Variables */
:root {
--color-1: #166434;
--color-2: #2a7a4e;
--color-3: #4fbf80;
--color-4: #98e2a9;
--color-5: #d2f9d7;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #166434, #2a7a4e, #4fbf80, #98e2a9, #d2f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #166434, #2a7a4e, #4fbf80, #98e2a9, #d2f9d7);
}

Shades of Green color palette created on .