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: #4dd1e0;
}
.color-2 {
color: #3c9cdd;
}
.color-3 {
color: #2c7cba;
}
.color-4 {
color: #1b5b93;
}
.color-5 {
color: #0d4d73;
}

/* CSS Variables */
:root {
--color-1: #4dd1e0;
--color-2: #3c9cdd;
--color-3: #2c7cba;
--color-4: #1b5b93;
--color-5: #0d4d73;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dd1e0, #3c9cdd, #2c7cba, #1b5b93, #0d4d73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dd1e0, #3c9cdd, #2c7cba, #1b5b93, #0d4d73);
}

Shades of Blue color palette created on .