Deep Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue palette
Download Deep Blue Color Palette (PNG)
Deep Blue color palette CSS
/* CSS */
.color-1 {
color: #00095c;
}
.color-2 {
color: #002b6b;
}
.color-3 {
color: #005c99;
}
.color-4 {
color: #008ab8;
}
.color-5 {
color: #00b8e6;
}
/* CSS Variables */
:root {
--color-1: #00095c;
--color-2: #002b6b;
--color-3: #005c99;
--color-4: #008ab8;
--color-5: #00b8e6;
}
Deep Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00095c, #002b6b, #005c99, #008ab8, #00b8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00095c, #002b6b, #005c99, #008ab8, #00b8e6);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Deep Blue color palette created on .