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