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: #2d2d2f;
}
.color-2 {
color: #868788;
}
.color-3 {
color: #cbcccd;
}
.color-4 {
color: #7f7676;
}
.color-5 {
color: #756c6d;
}

/* CSS Variables */
:root {
--color-1: #2d2d2f;
--color-2: #868788;
--color-3: #cbcccd;
--color-4: #7f7676;
--color-5: #756c6d;
}

Dark Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2d2f, #868788, #cbcccd, #7f7676, #756c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2d2f, #868788, #cbcccd, #7f7676, #756c6d);
}

Dark Blue color palette created on .