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