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: #cae5b8;
}
.color-2 {
color: #a5d9b9;
}
.color-3 {
color: #80b3a7;
}
.color-4 {
color: #5bae9e;
}
.color-5 {
color: #4f9c8e;
}

/* CSS Variables */
:root {
--color-1: #cae5b8;
--color-2: #a5d9b9;
--color-3: #80b3a7;
--color-4: #5bae9e;
--color-5: #4f9c8e;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cae5b8, #a5d9b9, #80b3a7, #5bae9e, #4f9c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cae5b8, #a5d9b9, #80b3a7, #5bae9e, #4f9c8e);
}

Shades of Green color palette created on .