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: #1e879f;
}
.color-2 {
color: #4eb3c1;
}
.color-3 {
color: #76d5e0;
}
.color-4 {
color: #f6d47e;
}
.color-5 {
color: #f99f3e;
}
/* CSS Variables */
:root {
--color-1: #1e879f;
--color-2: #4eb3c1;
--color-3: #76d5e0;
--color-4: #f6d47e;
--color-5: #f99f3e;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e879f, #4eb3c1, #76d5e0, #f6d47e, #f99f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e879f, #4eb3c1, #76d5e0, #f6d47e, #f99f3e);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Shades of Blue color palette created on .