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: #489bdb;
}
.color-2 {
color: #3ea2e0;
}
.color-3 {
color: #2cb3d8;
}
.color-4 {
color: #1abedb;
}
.color-5 {
color: #00c3e6;
}
/* CSS Variables */
:root {
--color-1: #489bdb;
--color-2: #3ea2e0;
--color-3: #2cb3d8;
--color-4: #1abedb;
--color-5: #00c3e6;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #489bdb, #3ea2e0, #2cb3d8, #1abedb, #00c3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #489bdb, #3ea2e0, #2cb3d8, #1abedb, #00c3e6);
}
Similar color palettes
Shades of Blue color palette created on .