Magical Starry Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Magical Starry Night palette

Share this palette to:

Magical Starry Night color palette PNG image

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

Magical Starry Night color palette CSS

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

Magical Starry Night background gradient CSS

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