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