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: #497b9c;
}
.color-2 {
color: #8bb1c1;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f7597c;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #497b9c;
--color-2: #8bb1c1;
--color-3: #f5a524;
--color-4: #f7597c;
--color-5: #e13e33;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b9c, #8bb1c1, #f5a524, #f7597c, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b9c, #8bb1c1, #f5a524, #f7597c, #e13e33);
}
Similar color palettes
Shades of Blue color palette created on .