Dark Blue Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Gray palette

Share this palette to:

Dark Blue Gray color palette CSS

/* CSS */
.color-1 {
color: #292c33;
}
.color-2 {
color: #4b5662;
}
.color-3 {
color: #6b7280;
}
.color-4 {
color: #9ca3b0;
}
.color-5 {
color: #e5e7eb;
}

/* CSS Variables */
:root {
--color-1: #292c33;
--color-2: #4b5662;
--color-3: #6b7280;
--color-4: #9ca3b0;
--color-5: #e5e7eb;
}

Dark Blue Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c33, #4b5662, #6b7280, #9ca3b0, #e5e7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c33, #4b5662, #6b7280, #9ca3b0, #e5e7eb);
}

Dark Blue Gray color palette created on .