Paleta de colores Whispering Greens

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Greens palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Greens

/* CSS */
.color-1 {
color: #a5c5b1;
}
.color-2 {
color: #9bc0a8;
}
.color-3 {
color: #71a89d;
}
.color-4 {
color: #5d8979;
}
.color-5 {
color: #3a5959;
}

/* CSS Variables */
:root {
--color-1: #a5c5b1;
--color-2: #9bc0a8;
--color-3: #71a89d;
--color-4: #5d8979;
--color-5: #3a5959;
}

CSS del degradado de fondo Whispering Greens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c5b1, #9bc0a8, #71a89d, #5d8979, #3a5959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c5b1, #9bc0a8, #71a89d, #5d8979, #3a5959);
}

Whispering Greens color palette created on .