Deep Blue Calm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue Calm palette
Color Inspiration
Images that showcase this color palette in real designs
Download Deep Blue Calm Color Palette (PNG)
Deep Blue Calm color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a6fa5;
}
.color-3 {
color: #94b4e1;
}
.color-4 {
color: #c1d6e7;
}
.color-5 {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a6fa5;
--color-3: #94b4e1;
--color-4: #c1d6e7;
--color-5: #f0f9ff;
}
Deep Blue Calm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a6fa5, #94b4e1, #c1d6e7, #f0f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a6fa5, #94b4e1, #c1d6e7, #f0f9ff);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Deep Blue Calm color palette created on .