Astro the Moon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Astro the Moon palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Astro the Moon

Download astro the moon color palette PNG image (landscape)
Download astro the moon color palette PNG image (square)

tavolozza dei colori Astro the Moon CSS

/* CSS */
.color-1 {
color: #1c3f73;
}
.color-2 {
color: #447a9c;
}
.color-3 {
color: #a7dadc;
}
.color-4 {
color: #f2faef;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #1c3f73;
--color-2: #447a9c;
--color-3: #a7dadc;
--color-4: #f2faef;
--color-5: #ff6b6b;
}

CSS con gradiente di sfondo Astro the Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f73, #447a9c, #a7dadc, #f2faef, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f73, #447a9c, #a7dadc, #f2faef, #ff6b6b);
}

Astro the Moon color palette created on .