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: #2e9ed6;
}
.color-3 {
color: #1b7db6;
}
.color-4 {
color: #1a668e;
}
.color-5 {
color: #0e4b6c;
}
/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #2e9ed6;
--color-3: #1b7db6;
--color-4: #1a668e;
--color-5: #0e4b6c;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #2e9ed6, #1b7db6, #1a668e, #0e4b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #2e9ed6, #1b7db6, #1a668e, #0e4b6c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Blue color palette created on .