Deep Blue Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Blue Night palette

Share this palette to:

Deep Blue Night color palette CSS

/* CSS */
.color-1 {
color: #050000;
}
.color-2 {
color: #050047;
}
.color-3 {
color: #0b006b;
}
.color-4 {
color: #120099;
}
.color-5 {
color: #000338;
}

/* CSS Variables */
:root {
--color-1: #050000;
--color-2: #050047;
--color-3: #0b006b;
--color-4: #120099;
--color-5: #000338;
}

Deep Blue Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #050000, #050047, #0b006b, #120099, #000338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #050000, #050047, #0b006b, #120099, #000338);
}

Similar color palettes

Deep Blue Night color palette created on .