Deep Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue palette
Deep Blue color palette CSS
/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #3a5b7e;
}
.color-3 {
color: #7a3e3e;
}
.color-4 {
color: #b68a1b;
}
.color-5 {
color: #d5815d;
}
/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #3a5b7e;
--color-3: #7a3e3e;
--color-4: #b68a1b;
--color-5: #d5815d;
}
Deep Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #3a5b7e, #7a3e3e, #b68a1b, #d5815d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #3a5b7e, #7a3e3e, #b68a1b, #d5815d);
}
Similar color palettes
Deep Blue color palette created on .