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: #1d2c6d;
}
.color-2 {
color: #3e4a8e;
}
.color-3 {
color: #697dbf;
}
.color-4 {
color: #5b9a9f;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #1d2c6d;
--color-2: #3e4a8e;
--color-3: #697dbf;
--color-4: #5b9a9f;
--color-5: #a3c7e0;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2c6d, #3e4a8e, #697dbf, #5b9a9f, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2c6d, #3e4a8e, #697dbf, #5b9a9f, #a3c7e0);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Shades of Blue color palette created on .