Stars and Moon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Stars and Moon palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Stars and Moon

Download stars and moon color palette PNG image (landscape)
Download stars and moon color palette PNG image (square)

tavolozza dei colori Stars and Moon CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4b6caf;
}
.color-3 {
color: #7198e0;
}
.color-4 {
color: #a5c8f8;
}
.color-5 {
color: #f5e59e;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4b6caf;
--color-3: #7198e0;
--color-4: #a5c8f8;
--color-5: #f5e59e;
}

CSS con gradiente di sfondo Stars and Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}

Stars and Moon color palette created on .