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