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