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: #1c1e3f;
}
.color-2 {
color: #4e5b8d;
}
.color-3 {
color: #7c8ebb;
}
.color-4 {
color: #9fb8df;
}
.color-5 {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--color-1: #1c1e3f;
--color-2: #4e5b8d;
--color-3: #7c8ebb;
--color-4: #9fb8df;
--color-5: #f5f7ff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3f, #4e5b8d, #7c8ebb, #9fb8df, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3f, #4e5b8d, #7c8ebb, #9fb8df, #f5f7ff);
}
Similar color palettes
Shades of Blue color palette created on .