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: #e7e9fd;
}
.color-2 {
color: #c2d8f5;
}
.color-3 {
color: #94c4e0;
}
.color-4 {
color: #4eb7da;
}
.color-5 {
color: #1aa5b7;
}
/* CSS Variables */
:root {
--color-1: #e7e9fd;
--color-2: #c2d8f5;
--color-3: #94c4e0;
--color-4: #4eb7da;
--color-5: #1aa5b7;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e9fd, #c2d8f5, #94c4e0, #4eb7da, #1aa5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e9fd, #c2d8f5, #94c4e0, #4eb7da, #1aa5b7);
}
Similar color palettes
Shades of Blue color palette created on .