Blue Starlight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Starlight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Blue Starlight

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

tavolozza dei colori Blue Starlight CSS

/* 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 con gradiente di sfondo 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 .