Magical Starry Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Magical Starry Night palette
Magical Starry Night color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.navy color palettes
Magical Starry Night color palette created on .