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: #00ad40;
}
.color-2 {
color: #3bce7d;
}
.color-3 {
color: #a8e1b2;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #00ad40;
--color-2: #3bce7d;
--color-3: #a8e1b2;
--color-4: #f4cf3e;
--color-5: #ff6d2e;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ad40, #3bce7d, #a8e1b2, #f4cf3e, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ad40, #3bce7d, #a8e1b2, #f4cf3e, #ff6d2e);
}

Shades of Green color palette created on .