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: #d7e4e5;
}
.color-2 {
color: #a3c9d7;
}
.color-3 {
color: #69b1c9;
}
.color-4 {
color: #3c8c9a;
}
.color-5 {
color: #29676a;
}

/* CSS Variables */
:root {
--color-1: #d7e4e5;
--color-2: #a3c9d7;
--color-3: #69b1c9;
--color-4: #3c8c9a;
--color-5: #29676a;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e4e5, #a3c9d7, #69b1c9, #3c8c9a, #29676a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e4e5, #a3c9d7, #69b1c9, #3c8c9a, #29676a);
}

Shades of Blue color palette created on .