Dark Blue Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Night palette

Share this palette to:

Dark Blue Night color palette CSS

/* CSS */
.color-1 {
color: #191b29;
}
.color-2 {
color: #2e2f3e;
}
.color-3 {
color: #4b4e5d;
}
.color-4 {
color: #7a7d9f;
}
.color-5 {
color: #b5b8d4;
}

/* CSS Variables */
:root {
--color-1: #191b29;
--color-2: #2e2f3e;
--color-3: #4b4e5d;
--color-4: #7a7d9f;
--color-5: #b5b8d4;
}

Dark Blue Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191b29, #2e2f3e, #4b4e5d, #7a7d9f, #b5b8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191b29, #2e2f3e, #4b4e5d, #7a7d9f, #b5b8d4);
}

Dark Blue Night color palette created on .