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