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: #3b9fd8;
}
.color-2 {
color: #67c9e9;
}
.color-3 {
color: #a1e3e0;
}
.color-4 {
color: #f6c8b6;
}
.color-5 {
color: #f9aeae;
}

/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #67c9e9;
--color-3: #a1e3e0;
--color-4: #f6c8b6;
--color-5: #f9aeae;
}

CSS del degradado de fondo Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #67c9e9, #a1e3e0, #f6c8b6, #f9aeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #67c9e9, #a1e3e0, #f6c8b6, #f9aeae);
}

Blue Serenity color palette created on .