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: #45b2e8;
}
.color-2 {
color: #299cd6;
}
.color-3 {
color: #1a89c1;
}
.color-4 {
color: #0b79a8;
}
.color-5 {
color: #0a6f9e;
}
/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #299cd6;
--color-3: #1a89c1;
--color-4: #0b79a8;
--color-5: #0a6f9e;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #299cd6, #1a89c1, #0b79a8, #0a6f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #299cd6, #1a89c1, #0b79a8, #0a6f9e);
}
Similar color palettes
Shades of Blue color palette created on .