Paleta de colores Blue Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Sky palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Sky

Download blue sky color palette PNG image (landscape)
Download blue sky color palette PNG image (square)

CSS de la paleta de colores Blue Sky

/* CSS */
.color-1 {
color: #4c93c2;
}
.color-2 {
color: #69d3c3;
}
.color-3 {
color: #a3eb84;
}
.color-4 {
color: #f6e66f;
}
.color-5 {
color: #f9a83e;
}

/* CSS Variables */
:root {
--color-1: #4c93c2;
--color-2: #69d3c3;
--color-3: #a3eb84;
--color-4: #f6e66f;
--color-5: #f9a83e;
}

CSS del degradado de fondo Blue Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c93c2, #69d3c3, #a3eb84, #f6e66f, #f9a83e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c93c2, #69d3c3, #a3eb84, #f6e66f, #f9a83e);
}

Blue Sky color palette created on .