Dark Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue palette

Share this palette to:

Dark Blue color palette CSS

/* CSS */
.color-1 {
color: #10102e;
}
.color-2 {
color: #16173c;
}
.color-3 {
color: #24255c;
}
.color-4 {
color: #33367a;
}
.color-5 {
color: #5153b3;
}

/* CSS Variables */
:root {
--color-1: #10102e;
--color-2: #16173c;
--color-3: #24255c;
--color-4: #33367a;
--color-5: #5153b3;
}

Dark Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10102e, #16173c, #24255c, #33367a, #5153b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10102e, #16173c, #24255c, #33367a, #5153b3);
}

Similar color palettes

Dark Blue color palette created on .