Paleta de colores Star and Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Star and Moon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Star and Moon

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

CSS de la paleta de colores Star and Moon

/* CSS */
.color-1 {
color: #1b1f4b;
}
.color-2 {
color: #4b4e7c;
}
.color-3 {
color: #7b7e9d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f6d38e;
}

/* CSS Variables */
:root {
--color-1: #1b1f4b;
--color-2: #4b4e7c;
--color-3: #7b7e9d;
--color-4: #f0e78e;
--color-5: #f6d38e;
}

CSS del degradado de fondo Star and Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}

Star and Moon color palette created on .