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