Paleta de colores La Noche Estrellada

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with La Noche Estrellada palette

Compartir esta paleta en:

Descargar la paleta de colores La Noche Estrellada (PNG)

Download la noche estrellada color palette PNG image (landscape)
Download la noche estrellada color palette PNG image (square)

CSS de la paleta de colores La Noche Estrellada

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #4a4c8c;
}
.color-3 {
color: #7b7bbc;
}
.color-4 {
color: #e9da3a;
}
.color-5 {
color: #fff04d;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #4a4c8c;
--color-3: #7b7bbc;
--color-4: #e9da3a;
--color-5: #fff04d;
}

CSS del degradado de fondo La Noche Estrellada

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #4a4c8c, #7b7bbc, #e9da3a, #fff04d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #4a4c8c, #7b7bbc, #e9da3a, #fff04d);
}

La Noche Estrellada color palette created on .