Shades of Blue Night Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Night Sky palette
Shades of Blue Night Sky color palette CSS
/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #2e3b70;
}
.color-3 {
color: #4b5b91;
}
.color-4 {
color: #6b7eb3;
}
.color-5 {
color: #8fa2d6;
}
/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #2e3b70;
--color-3: #4b5b91;
--color-4: #6b7eb3;
--color-5: #8fa2d6;
}
Shades of Blue Night Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #2e3b70, #4b5b91, #6b7eb3, #8fa2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #2e3b70, #4b5b91, #6b7eb3, #8fa2d6);
}
Similar color palettes
Shades of Blue Night Sky color palette created on .