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