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: #98cd2d;
}
.color-2 {
color: #6fcb3a;
}
.color-3 {
color: #4aa947;
}
.color-4 {
color: #2a8933;
}
.color-5 {
color: #1a6b27;
}

/* CSS Variables */
:root {
--color-1: #98cd2d;
--color-2: #6fcb3a;
--color-3: #4aa947;
--color-4: #2a8933;
--color-5: #1a6b27;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98cd2d, #6fcb3a, #4aa947, #2a8933, #1a6b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98cd2d, #6fcb3a, #4aa947, #2a8933, #1a6b27);
}

Shades of Green color palette created on .