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: #f7b1a1;
}
.color-2 {
color: #f5e29e;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #4ebc78;
}
.color-5 {
color: #2d709f;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f5e29e;
--color-3: #a3d55d;
--color-4: #4ebc78;
--color-5: #2d709f;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f5e29e, #a3d55d, #4ebc78, #2d709f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f5e29e, #a3d55d, #4ebc78, #2d709f);
}

Shades of Green color palette created on .