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: #c7dde5;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #75b3c2;
}
.color-4 {
color: #4b98b4;
}
.color-5 {
color: #2d7b9a;
}
/* CSS Variables */
:root {
--color-1: #c7dde5;
--color-2: #a1c6d4;
--color-3: #75b3c2;
--color-4: #4b98b4;
--color-5: #2d7b9a;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7dde5, #a1c6d4, #75b3c2, #4b98b4, #2d7b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7dde5, #a1c6d4, #75b3c2, #4b98b4, #2d7b9a);
}
Similar color palettes
Shades of Blue color palette created on .