Astro the Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro the Moon palette

Share this palette to:

Astro the Moon color palette PNG image

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

Astro the Moon color palette 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;
}

Astro the Moon background gradient CSS

/* 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 .