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