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: #121c4f;
}
.color-2 {
color: #2c4a87;
}
.color-3 {
color: #6ca3c1;
}
.color-4 {
color: #d57c89;
}
.color-5 {
color: #f4a662;
}
/* CSS Variables */
:root {
--color-1: #121c4f;
--color-2: #2c4a87;
--color-3: #6ca3c1;
--color-4: #d57c89;
--color-5: #f4a662;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121c4f, #2c4a87, #6ca3c1, #d57c89, #f4a662);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121c4f, #2c4a87, #6ca3c1, #d57c89, #f4a662);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Shades of Blue color palette created on .