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