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: #7ebebd;
}
.color-2 {
color: #4bb7d8;
}
.color-3 {
color: #3e97c1;
}
.color-4 {
color: #2b87b6;
}
.color-5 {
color: #1a7f9e;
}

/* CSS Variables */
:root {
--color-1: #7ebebd;
--color-2: #4bb7d8;
--color-3: #3e97c1;
--color-4: #2b87b6;
--color-5: #1a7f9e;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebebd, #4bb7d8, #3e97c1, #2b87b6, #1a7f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebebd, #4bb7d8, #3e97c1, #2b87b6, #1a7f9e);
}

Shades of Blue color palette created on .