Shades of Dark Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Dark Blue palette

Share this palette to:

Shades of Dark Blue color palette CSS

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #7c7c9c;
}
.color-4 {
color: #b0b0d8;
}
.color-5 {
color: #dadae7;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #4a4a6d;
--color-3: #7c7c9c;
--color-4: #b0b0d8;
--color-5: #dadae7;
}

Shades of Dark Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #4a4a6d, #7c7c9c, #b0b0d8, #dadae7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #4a4a6d, #7c7c9c, #b0b0d8, #dadae7);
}

Shades of Dark Blue color palette created on .