Paleta de colores Skyline Adventure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Skyline Adventure palette

Compartir esta paleta en:

CSS de la paleta de colores Skyline Adventure

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #6cc9f4;
}
.color-3 {
color: #a1dff7;
}
.color-4 {
color: #f4c362;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #6cc9f4;
--color-3: #a1dff7;
--color-4: #f4c362;
--color-5: #ff6e61;
}

CSS del degradado de fondo Skyline Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #6cc9f4, #a1dff7, #f4c362, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #6cc9f4, #a1dff7, #f4c362, #ff6e61);
}

Skyline Adventure color palette created on .