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