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: #1c2530;
}
.color-2 {
color: #394956;
}
.color-3 {
color: #5d707e;
}
.color-4 {
color: #8cb1c5;
}
.color-5 {
color: #c1d7e6;
}
/* CSS Variables */
:root {
--color-1: #1c2530;
--color-2: #394956;
--color-3: #5d707e;
--color-4: #8cb1c5;
--color-5: #c1d7e6;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2530, #394956, #5d707e, #8cb1c5, #c1d7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2530, #394956, #5d707e, #8cb1c5, #c1d7e6);
}
Similar color palettes
Shades of Blue color palette created on .