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