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: #1b2a6f;
}
.color-2 {
color: #2b4c91;
}
.color-3 {
color: #4b7baf;
}
.color-4 {
color: #84c2d2;
}
.color-5 {
color: #b1dfe7;
}
/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #2b4c91;
--color-3: #4b7baf;
--color-4: #84c2d2;
--color-5: #b1dfe7;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #2b4c91, #4b7baf, #84c2d2, #b1dfe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #2b4c91, #4b7baf, #84c2d2, #b1dfe7);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Blue color palette created on .