Blue Starlit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Starlit palette

Condividi questa palette a:

tavolozza dei colori Blue Starlit CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a68b0;
}
.color-3 {
color: #9eb2e0;
}
.color-4 {
color: #f2d57d;
}
.color-5 {
color: #ff8b38;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a68b0;
--color-3: #9eb2e0;
--color-4: #f2d57d;
--color-5: #ff8b38;
}

CSS con gradiente di sfondo Blue Starlit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a68b0, #9eb2e0, #f2d57d, #ff8b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a68b0, #9eb2e0, #f2d57d, #ff8b38);
}

Blue Starlit color palette created on .