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: #1e99ae;
}
.color-2 {
color: #a3cfe0;
}
.color-3 {
color: #f1e9e4;
}
.color-4 {
color: #f6d2a7;
}
.color-5 {
color: #e29f3c;
}

/* CSS Variables */
:root {
--color-1: #1e99ae;
--color-2: #a3cfe0;
--color-3: #f1e9e4;
--color-4: #f6d2a7;
--color-5: #e29f3c;
}

CSS del degradado de fondo Serenity by the Shore

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e99ae, #a3cfe0, #f1e9e4, #f6d2a7, #e29f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e99ae, #a3cfe0, #f1e9e4, #f6d2a7, #e29f3c);
}

Serenity by the Shore color palette created on .