Paleta de colores Blue Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Serenity

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #70b1d7;
}
.color-3 {
color: #4f8dbf;
}
.color-4 {
color: #2a588d;
}
.color-5 {
color: #193e5c;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #70b1d7;
--color-3: #4f8dbf;
--color-4: #2a588d;
--color-5: #193e5c;
}

CSS del degradado de fondo Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #70b1d7, #4f8dbf, #2a588d, #193e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #70b1d7, #4f8dbf, #2a588d, #193e5c);
}

Blue Serenity color palette created on .