Paleta de colores Serene Waters

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Waters palette

Compartir esta paleta en:

Descargar la paleta de colores Serene Waters (PNG)

Download serene waters color palette PNG image (landscape)
Download serene waters color palette PNG image (square)

CSS de la paleta de colores Serene Waters

/* CSS */
.color-1 {
color: #9df9fb;
}
.color-2 {
color: #515a61;
}
.color-3 {
color: #9ab1cb;
}
.color-4 {
color: #77838d;
}
.color-5 {
color: #7bc5cc;
}

/* CSS Variables */
:root {
--color-1: #9df9fb;
--color-2: #515a61;
--color-3: #9ab1cb;
--color-4: #77838d;
--color-5: #7bc5cc;
}

CSS del degradado de fondo Serene Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9df9fb, #515a61, #9ab1cb, #77838d, #7bc5cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9df9fb, #515a61, #9ab1cb, #77838d, #7bc5cc);
}

Serene Waters color palette created on .