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: #a6c6ed;
}
.color-2 {
color: #599bd4;
}
.color-3 {
color: #2d709f;
}
.color-4 {
color: #1f507a;
}
.color-5 {
color: #0c3b5a;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #599bd4;
--color-3: #2d709f;
--color-4: #1f507a;
--color-5: #0c3b5a;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #599bd4, #2d709f, #1f507a, #0c3b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #599bd4, #2d709f, #1f507a, #0c3b5a);
}
Similar color palettes
Shades of Blue color palette created on .