Blue Starlight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Starlight palette

Condividi questa palette a:

tavolozza dei colori Blue Starlight CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #c5d8d4;
}
.color-3 {
color: #6ea3b4;
}
.color-4 {
color: #3c7a8b;
}
.color-5 {
color: #1d4e6d;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #c5d8d4;
--color-3: #6ea3b4;
--color-4: #3c7a8b;
--color-5: #1d4e6d;
}

CSS con gradiente di sfondo Blue Starlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #c5d8d4, #6ea3b4, #3c7a8b, #1d4e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #c5d8d4, #6ea3b4, #3c7a8b, #1d4e6d);
}

Blue Starlight color palette created on .