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