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: #1b694d;
}
.color-2 {
color: #3dae70;
}
.color-3 {
color: #6ebf92;
}
.color-4 {
color: #a4e5b4;
}
.color-5 {
color: #d1f5d8;
}

/* CSS Variables */
:root {
--color-1: #1b694d;
--color-2: #3dae70;
--color-3: #6ebf92;
--color-4: #a4e5b4;
--color-5: #d1f5d8;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b694d, #3dae70, #6ebf92, #a4e5b4, #d1f5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b694d, #3dae70, #6ebf92, #a4e5b4, #d1f5d8);
}

Shades of Green color palette created on .