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: #b3d3e0;
}
.color-2 {
color: #f3df6d;
}
.color-3 {
color: #f6a160;
}
.color-4 {
color: #e6898b;
}
.color-5 {
color: #c0598c;
}
/* CSS Variables */
:root {
--color-1: #b3d3e0;
--color-2: #f3df6d;
--color-3: #f6a160;
--color-4: #e6898b;
--color-5: #c0598c;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d3e0, #f3df6d, #f6a160, #e6898b, #c0598c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d3e0, #f3df6d, #f6a160, #e6898b, #c0598c);
}
Similar color palettes
Shades of Blue color palette created on .