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