Dark Blue Noir Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Noir palette

Share this palette to:

Download Dark Blue Noir Color Palette (PNG)

Download dark blue noir color palette PNG image (landscape)
Download dark blue noir color palette PNG image (square)

Dark Blue Noir color palette CSS

/* CSS */
.color-1 {
color: #1c1d2b;
}
.color-2 {
color: #3b3c4e;
}
.color-3 {
color: #4b4d63;
}
.color-4 {
color: #7b7d8a;
}
.color-5 {
color: #a9abc7;
}

/* CSS Variables */
:root {
--color-1: #1c1d2b;
--color-2: #3b3c4e;
--color-3: #4b4d63;
--color-4: #7b7d8a;
--color-5: #a9abc7;
}

Dark Blue Noir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1d2b, #3b3c4e, #4b4d63, #7b7d8a, #a9abc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1d2b, #3b3c4e, #4b4d63, #7b7d8a, #a9abc7);
}

Dark Blue Noir color palette created on .