Paleta de colores Serene Waterscape Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Waterscape Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Waterscape Dream

/* CSS */
.color-1 {
color: #e0ecf0;
}
.color-2 {
color: #ccdee6;
}
.color-3 {
color: #bad2de;
}
.color-4 {
color: #a7c7d7;
}
.color-5 {
color: #90b8d0;
}

/* CSS Variables */
:root {
--color-1: #e0ecf0;
--color-2: #ccdee6;
--color-3: #bad2de;
--color-4: #a7c7d7;
--color-5: #90b8d0;
}

CSS del degradado de fondo Serene Waterscape Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0ecf0, #ccdee6, #bad2de, #a7c7d7, #90b8d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0ecf0, #ccdee6, #bad2de, #a7c7d7, #90b8d0);
}

Paletas de colores similares

Serene Waterscape Dream color palette created on .