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