Night Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Night Sky palette
Color Inspiration
Images that showcase this color palette in real designs
Download Night Sky Color Palette (PNG)
Night Sky color palette CSS
/* CSS */
.color-1 {
color: #1c1f3b;
}
.color-2 {
color: #282c4d;
}
.color-3 {
color: #3c3f68;
}
.color-4 {
color: #4d4d80;
}
.color-5 {
color: #606271;
}
/* CSS Variables */
:root {
--color-1: #1c1f3b;
--color-2: #282c4d;
--color-3: #3c3f68;
--color-4: #4d4d80;
--color-5: #606271;
}
Night Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3b, #282c4d, #3c3f68, #4d4d80, #606271);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3b, #282c4d, #3c3f68, #4d4d80, #606271);
}
Similar color palettes
Night Sky color palette created on .