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: #1e4e6c;
}
.color-2 {
color: #407a91;
}
.color-3 {
color: #7bc8d5;
}
.color-4 {
color: #a4e0e5;
}
.color-5 {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--color-1: #1e4e6c;
--color-2: #407a91;
--color-3: #7bc8d5;
--color-4: #a4e0e5;
--color-5: #f1f7f8;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e6c, #407a91, #7bc8d5, #a4e0e5, #f1f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e6c, #407a91, #7bc8d5, #a4e0e5, #f1f7f8);
}
Similar color palettes
Shades of Blue color palette created on .