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: #1e78d2;
}
.color-2 {
color: #4da8e0;
}
.color-3 {
color: #a3c7e6;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #1e78d2;
--color-2: #4da8e0;
--color-3: #a3c7e6;
--color-4: #f7e6a1;
--color-5: #f6b83c;
}

CSS del degradado de fondo Skyline Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e78d2, #4da8e0, #a3c7e6, #f7e6a1, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e78d2, #4da8e0, #a3c7e6, #f7e6a1, #f6b83c);
}

Skyline Serenade color palette created on .