Paleta de colores Serenity by the Shore

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity by the Shore palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity by the Shore

/* CSS */
.color-1 {
color: #1e3b8a;
}
.color-2 {
color: #61a6fa;
}
.color-3 {
color: #a7caa0;
}
.color-4 {
color: #facc14;
}
.color-5 {
color: #f9fafb;
}

/* CSS Variables */
:root {
--color-1: #1e3b8a;
--color-2: #61a6fa;
--color-3: #a7caa0;
--color-4: #facc14;
--color-5: #f9fafb;
}

CSS del degradado de fondo Serenity by the Shore

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b8a, #61a6fa, #a7caa0, #facc14, #f9fafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b8a, #61a6fa, #a7caa0, #facc14, #f9fafb);
}

Serenity by the Shore color palette created on .