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: #b3d9ff;
}
.color-2 {
color: #87c9e8;
}
.color-3 {
color: #49b7d0;
}
.color-4 {
color: #0088a3;
}
.color-5 {
color: #006275;
}
/* CSS Variables */
:root {
--color-1: #b3d9ff;
--color-2: #87c9e8;
--color-3: #49b7d0;
--color-4: #0088a3;
--color-5: #006275;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d9ff, #87c9e8, #49b7d0, #0088a3, #006275);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d9ff, #87c9e8, #49b7d0, #0088a3, #006275);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Shades of Blue color palette created on .