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