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