Paleta de colores Serene Waters

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Waters palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Waters

/* CSS */
.color-1 {
color: #4f9c8f;
}
.color-2 {
color: #64b49f;
}
.color-3 {
color: #a0d4c0;
}
.color-4 {
color: #f1e6d5;
}
.color-5 {
color: #e8bca1;
}

/* CSS Variables */
:root {
--color-1: #4f9c8f;
--color-2: #64b49f;
--color-3: #a0d4c0;
--color-4: #f1e6d5;
--color-5: #e8bca1;
}

CSS del degradado de fondo Serene Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c8f, #64b49f, #a0d4c0, #f1e6d5, #e8bca1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c8f, #64b49f, #a0d4c0, #f1e6d5, #e8bca1);
}

Serene Waters color palette created on .