Paleta de colores Skyline Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Skyline Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Skyline Dreams

/* CSS */
.color-1 {
color: #3c6f9f;
}
.color-2 {
color: #85b6c7;
}
.color-3 {
color: #f2e6ba;
}
.color-4 {
color: #f8a04f;
}
.color-5 {
color: #e95862;
}

/* CSS Variables */
:root {
--color-1: #3c6f9f;
--color-2: #85b6c7;
--color-3: #f2e6ba;
--color-4: #f8a04f;
--color-5: #e95862;
}

CSS del degradado de fondo Skyline Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6f9f, #85b6c7, #f2e6ba, #f8a04f, #e95862);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6f9f, #85b6c7, #f2e6ba, #f8a04f, #e95862);
}

Skyline Dreams color palette created on .