La Noche Estrellada Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with La Noche Estrellada palette

Share this palette to:

Download La Noche Estrellada Color Palette (PNG)

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

La Noche Estrellada color palette CSS

/* 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;
}

La Noche Estrellada background gradient CSS

/* 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 .