Dark Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Blue palette
Dark Blue color palette CSS
/* CSS */
.color-1 {
color: #0d1c2b;
}
.color-2 {
color: #1b2631;
}
.color-3 {
color: #405168;
}
.color-4 {
color: #a9b7c7;
}
.color-5 {
color: #f4d35d;
}
/* CSS Variables */
:root {
--color-1: #0d1c2b;
--color-2: #1b2631;
--color-3: #405168;
--color-4: #a9b7c7;
--color-5: #f4d35d;
}
Dark Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d1c2b, #1b2631, #405168, #a9b7c7, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d1c2b, #1b2631, #405168, #a9b7c7, #f4d35d);
}
Similar color palettes
- Midnight Cascade
- Cosmic Dreams
- Eclipse Dreams
- Abyssal Serenity
- Shades of Blue
- Neon Shadows
- Light Blue and Dark Purple Dream
- Cosmic Dreams
- Galactic Neon Dreamscape
- Midnight Code Harmony
- Galactic Commander's Array
- Deep Blue Sparkle
- Frosted Twilight
- Whispering Rainforest
- Whispering Rainforest
- Whispering Rainforest
- Ocean's Whisper
- Blue Sapphire
Dark Blue color palette created on .