Paleta de colores Skyline Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Skyline Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Skyline Serenade

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #52b6e0;
}
.color-3 {
color: #a6e1e7;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f29f21;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b6e0;
--color-3: #a6e1e7;
--color-4: #f5a524;
--color-5: #f29f21;
}

CSS del degradado de fondo Skyline Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b6e0, #a6e1e7, #f5a524, #f29f21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b6e0, #a6e1e7, #f5a524, #f29f21);
}

Skyline Serenade color palette created on .