Paleta de colores Serene Skyline

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Skyline palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Skyline

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #5a8ed3;
}
.color-3 {
color: #3c6d9a;
}
.color-4 {
color: #a4b3d6;
}
.color-5 {
color: #d0e7f0;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #5a8ed3;
--color-3: #3c6d9a;
--color-4: #a4b3d6;
--color-5: #d0e7f0;
}

CSS del degradado de fondo Serene Skyline

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #5a8ed3, #3c6d9a, #a4b3d6, #d0e7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #5a8ed3, #3c6d9a, #a4b3d6, #d0e7f0);
}

Serene Skyline color palette created on .