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: #1f4e7a;
}
.color-2 {
color: #2b6a97;
}
.color-3 {
color: #69bf9b;
}
.color-4 {
color: #e2c469;
}
.color-5 {
color: #d74c3c;
}
/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #2b6a97;
--color-3: #69bf9b;
--color-4: #e2c469;
--color-5: #d74c3c;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #2b6a97, #69bf9b, #e2c469, #d74c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #2b6a97, #69bf9b, #e2c469, #d74c3c);
}
Similar color palettes
Scroll down to explore 200+ Blue color palettes
Shades of Blue color palette created on .