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: #a1dae2;
}
.color-2 {
color: #6fb5c8;
}
.color-3 {
color: #3b8b9b;
}
.color-4 {
color: #2a6b7e;
}
.color-5 {
color: #1a4d5b;
}
/* CSS Variables */
:root {
--color-1: #a1dae2;
--color-2: #6fb5c8;
--color-3: #3b8b9b;
--color-4: #2a6b7e;
--color-5: #1a4d5b;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dae2, #6fb5c8, #3b8b9b, #2a6b7e, #1a4d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dae2, #6fb5c8, #3b8b9b, #2a6b7e, #1a4d5b);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Shades of Blue color palette created on .