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