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: #9ad3e5;
}
.color-2 {
color: #6fb3c8;
}
.color-3 {
color: #498d9c;
}
.color-4 {
color: #2e6f7a;
}
.color-5 {
color: #204e56;
}

/* CSS Variables */
:root {
--color-1: #9ad3e5;
--color-2: #6fb3c8;
--color-3: #498d9c;
--color-4: #2e6f7a;
--color-5: #204e56;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ad3e5, #6fb3c8, #498d9c, #2e6f7a, #204e56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ad3e5, #6fb3c8, #498d9c, #2e6f7a, #204e56);
}

Shades of Blue color palette created on .