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