Paleta de colores Stars and Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Stars and Moon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Stars and Moon

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

CSS de la paleta de colores Stars and Moon

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