Paleta de colores Serene Shores

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Shores palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Shores

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b8e5c9;
}
.color-3 {
color: #f9e8d7;
}
.color-4 {
color: #1f3a61;
}
.color-5 {
color: #a8c1c2;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b8e5c9;
--color-3: #f9e8d7;
--color-4: #1f3a61;
--color-5: #a8c1c2;
}

CSS del degradado de fondo Serene Shores

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b8e5c9, #f9e8d7, #1f3a61, #a8c1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b8e5c9, #f9e8d7, #1f3a61, #a8c1c2);
}

Serene Shores color palette created on .