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