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