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: #1e4d8a;
}
.color-2 {
color: #4c80b8;
}
.color-3 {
color: #6cb6d5;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #1e4d8a;
--color-2: #4c80b8;
--color-3: #6cb6d5;
--color-4: #b1e0e7;
--color-5: #f1c84b;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d8a, #4c80b8, #6cb6d5, #b1e0e7, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d8a, #4c80b8, #6cb6d5, #b1e0e7, #f1c84b);
}
Similar color palettes
Shades of Blue color palette created on .