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