Paleta de colores Whispering Waters

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Waters palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Waters

/* CSS */
.color-1 {
color: #d0e7e1;
}
.color-2 {
color: #a5d5d5;
}
.color-3 {
color: #7cb1b1;
}
.color-4 {
color: #4a8c8c;
}
.color-5 {
color: #2e5c5c;
}

/* CSS Variables */
:root {
--color-1: #d0e7e1;
--color-2: #a5d5d5;
--color-3: #7cb1b1;
--color-4: #4a8c8c;
--color-5: #2e5c5c;
}

CSS del degradado de fondo Whispering Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e1, #a5d5d5, #7cb1b1, #4a8c8c, #2e5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e1, #a5d5d5, #7cb1b1, #4a8c8c, #2e5c5c);
}

Whispering Waters color palette created on .