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: #006699;
}
.color-2 {
color: #0099cc;
}
.color-3 {
color: #00b4e6;
}
.color-4 {
color: #68d7e3;
}
.color-5 {
color: #99e6f0;
}
/* CSS Variables */
:root {
--color-1: #006699;
--color-2: #0099cc;
--color-3: #00b4e6;
--color-4: #68d7e3;
--color-5: #99e6f0;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006699, #0099cc, #00b4e6, #68d7e3, #99e6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006699, #0099cc, #00b4e6, #68d7e3, #99e6f0);
}
Similar color palettes
Shades of Blue color palette created on .