Shades of Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue palette

Share this palette to:

Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #4ebae4;
}
.color-2 {
color: #2ca7ba;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #007a5e;
}
.color-5 {
color: #00574b;
}

/* CSS Variables */
:root {
--color-1: #4ebae4;
--color-2: #2ca7ba;
--color-3: #009485;
--color-4: #007a5e;
--color-5: #00574b;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ebae4, #2ca7ba, #009485, #007a5e, #00574b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ebae4, #2ca7ba, #009485, #007a5e, #00574b);
}

Shades of Blue color palette created on .