Paleta de colores Astro the Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Astro the Moon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Astro the Moon

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

CSS de la paleta de colores Astro the Moon

/* 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 del degradado de fondo 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 .