Loading...
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: #191971;
}
.color-2 {
color: #1e3a76;
}
.color-3 {
color: #4b6baf;
}
.color-4 {
color: #76a2e0;
}
.color-5 {
color: #a3d6ff;
}
/* CSS Variables */
:root {
--color-1: #191971;
--color-2: #1e3a76;
--color-3: #4b6baf;
--color-4: #76a2e0;
--color-5: #a3d6ff;
}
Deep Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191971, #1e3a76, #4b6baf, #76a2e0, #a3d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191971, #1e3a76, #4b6baf, #76a2e0, #a3d6ff);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Deep Blue color palette created on .