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