Magical Starry Night Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Magical Starry Night palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Magical Starry Night

Download magical starry night color palette PNG image (landscape)
Download magical starry night color palette PNG image (square)

tavolozza dei colori Magical Starry Night CSS

/* CSS */
.color-1 {
color: #1f2a7a;
}
.color-2 {
color: #496c9c;
}
.color-3 {
color: #8da4c8;
}
.color-4 {
color: #b7cae1;
}
.color-5 {
color: #f5f0e0;
}

/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #496c9c;
--color-3: #8da4c8;
--color-4: #b7cae1;
--color-5: #f5f0e0;
}

CSS con gradiente di sfondo Magical Starry Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #496c9c, #8da4c8, #b7cae1, #f5f0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #496c9c, #8da4c8, #b7cae1, #f5f0e0);
}

Magical Starry Night color palette created on .