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