Dark Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue palette

Share this palette to:

Download Dark Blue Color Palette (PNG)

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

Dark Blue color palette CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #354a5f;
}
.color-3 {
color: #5d6d7e;
}
.color-4 {
color: #abb8c4;
}
.color-5 {
color: #f5b042;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #354a5f;
--color-3: #5d6d7e;
--color-4: #abb8c4;
--color-5: #f5b042;
}

Dark Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #354a5f, #5d6d7e, #abb8c4, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #354a5f, #5d6d7e, #abb8c4, #f5b042);
}

Dark Blue color palette created on .