Paleta de colores Skyline Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Skyline Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Skyline Serenity

/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #cce1f0;
}
.color-3 {
color: #9ac3e0;
}
.color-4 {
color: #65a3d2;
}
.color-5 {
color: #3391c7;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #cce1f0;
--color-3: #9ac3e0;
--color-4: #65a3d2;
--color-5: #3391c7;
}

CSS del degradado de fondo Skyline Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #cce1f0, #9ac3e0, #65a3d2, #3391c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #cce1f0, #9ac3e0, #65a3d2, #3391c7);
}

Skyline Serenity color palette created on .