Paleta de colores Blue Starlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Starlight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Starlight

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

CSS de la paleta de colores Blue Starlight

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #2e3c60;
}
.color-5 {
color: #f9cdb4;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #f6d6a7;
--color-3: #f4a462;
--color-4: #2e3c60;
--color-5: #f9cdb4;
}

CSS del degradado de fondo Blue Starlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #f6d6a7, #f4a462, #2e3c60, #f9cdb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #f6d6a7, #f4a462, #2e3c60, #f9cdb4);
}

Blue Starlight color palette created on .