Paleta de colores Magical Starry Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Magical Starry Night palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Magical Starry Night

Download magical starry night color palette PNG image (landscape)
Download magical starry night color palette PNG image (square)

CSS de la paleta de colores Magical Starry Night

/* CSS */
.color-1 {
color: #1f2a7a;
}
.color-2 {
color: #496c9c;
}
.color-3 {
color: #8da4c8;
}
.color-4 {
color: #b7cae1;
}
.color-5 {
color: #f5f0e0;
}

/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #496c9c;
--color-3: #8da4c8;
--color-4: #b7cae1;
--color-5: #f5f0e0;
}

CSS del degradado de fondo Magical Starry Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #496c9c, #8da4c8, #b7cae1, #f5f0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #496c9c, #8da4c8, #b7cae1, #f5f0e0);
}

Magical Starry Night color palette created on .