Blue Night Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Night Sky palette
Blue Night Sky color palette CSS
/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #4b5eaa;
}
.color-3 {
color: #7d8ebf;
}
.color-4 {
color: #a9c3e0;
}
.color-5 {
color: #dde0e4;
}
/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #4b5eaa;
--color-3: #7d8ebf;
--color-4: #a9c3e0;
--color-5: #dde0e4;
}
Blue Night Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #4b5eaa, #7d8ebf, #a9c3e0, #dde0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #4b5eaa, #7d8ebf, #a9c3e0, #dde0e4);
}
Similar color palettes
Scroll down to explore 70+ Blue color palettes
Blue Night Sky color palette created on .