Dark Blue Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Night palette

Share this palette to:

Download Dark Blue Night Color Palette (PNG)

Download dark blue night color palette PNG image (landscape)
Download dark blue night color palette PNG image (square)

Dark Blue Night color palette CSS

/* CSS */
.color-1 {
color: #3d5c99;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #89b7e1;
}
.color-4 {
color: #b4d4e9;
}
.color-5 {
color: #e5f3ff;
}

/* CSS Variables */
:root {
--color-1: #3d5c99;
--color-2: #5a7dba;
--color-3: #89b7e1;
--color-4: #b4d4e9;
--color-5: #e5f3ff;
}

Dark Blue Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5c99, #5a7dba, #89b7e1, #b4d4e9, #e5f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5c99, #5a7dba, #89b7e1, #b4d4e9, #e5f3ff);
}

Similar color palettes

Dark Blue Night color palette created on .