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: #4cae4f;
}
.color-2 {
color: #a4d79d;
}
.color-3 {
color: #f9e9a9;
}
.color-4 {
color: #f1a65f;
}
.color-5 {
color: #e76c50;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #a4d79d;
--color-3: #f9e9a9;
--color-4: #f1a65f;
--color-5: #e76c50;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #a4d79d, #f9e9a9, #f1a65f, #e76c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #a4d79d, #f9e9a9, #f1a65f, #e76c50);
}

Shades of Green color palette created on .