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: #3b981f;
}
.color-2 {
color: #5ebf31;
}
.color-3 {
color: #81d84b;
}
.color-4 {
color: #a0e67a;
}
.color-5 {
color: #c5f5a3;
}

/* CSS Variables */
:root {
--color-1: #3b981f;
--color-2: #5ebf31;
--color-3: #81d84b;
--color-4: #a0e67a;
--color-5: #c5f5a3;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b981f, #5ebf31, #81d84b, #a0e67a, #c5f5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b981f, #5ebf31, #81d84b, #a0e67a, #c5f5a3);
}

Shades of Green color palette created on .