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