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: #bbec09;
}
.color-2 {
color: #00a1ff;
}
.color-3 {
color: #50b4b1;
}
.color-4 {
color: #6fd8c3;
}
.color-5 {
color: #f2f759;
}
/* CSS Variables */
:root {
--color-1: #bbec09;
--color-2: #00a1ff;
--color-3: #50b4b1;
--color-4: #6fd8c3;
--color-5: #f2f759;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbec09, #00a1ff, #50b4b1, #6fd8c3, #f2f759);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbec09, #00a1ff, #50b4b1, #6fd8c3, #f2f759);
}
Similar color palettes
Shades of Blue color palette created on .