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: #a7bed7;
}
.color-2 {
color: #6b9bc2;
}
.color-3 {
color: #2b668c;
}
.color-4 {
color: #1e4c67;
}
.color-5 {
color: #0d3b4a;
}
/* CSS Variables */
:root {
--color-1: #a7bed7;
--color-2: #6b9bc2;
--color-3: #2b668c;
--color-4: #1e4c67;
--color-5: #0d3b4a;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bed7, #6b9bc2, #2b668c, #1e4c67, #0d3b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bed7, #6b9bc2, #2b668c, #1e4c67, #0d3b4a);
}
Similar color palettes
Shades of Blue color palette created on .