Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #1e2a43;
}
.color-2 {
color: #3b4c68;
}
.color-3 {
color: #606c8a;
}
.color-4 {
color: #b3a67a;
}
.color-5 {
color: #d1583d;
}
/* CSS Variables */
:root {
--color-1: #1e2a43;
--color-2: #3b4c68;
--color-3: #606c8a;
--color-4: #b3a67a;
--color-5: #d1583d;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a43, #3b4c68, #606c8a, #b3a67a, #d1583d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a43, #3b4c68, #606c8a, #b3a67a, #d1583d);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Shades of Blue color palette created on .