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: #1f202e;
}
.color-2 {
color: #4a4c68;
}
.color-3 {
color: #7b7d9d;
}
.color-4 {
color: #c8a56f;
}
.color-5 {
color: #e85d3b;
}

/* CSS Variables */
:root {
--color-1: #1f202e;
--color-2: #4a4c68;
--color-3: #7b7d9d;
--color-4: #c8a56f;
--color-5: #e85d3b;
}

Dark Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f202e, #4a4c68, #7b7d9d, #c8a56f, #e85d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f202e, #4a4c68, #7b7d9d, #c8a56f, #e85d3b);
}

Dark Blue color palette created on .