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: #1d4d8b;
}
.color-2 {
color: #2e7ab8;
}
.color-3 {
color: #4eb7e4;
}
.color-4 {
color: #76d5e0;
}
.color-5 {
color: #a1e1e3;
}

/* CSS Variables */
:root {
--color-1: #1d4d8b;
--color-2: #2e7ab8;
--color-3: #4eb7e4;
--color-4: #76d5e0;
--color-5: #a1e1e3;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d8b, #2e7ab8, #4eb7e4, #76d5e0, #a1e1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d8b, #2e7ab8, #4eb7e4, #76d5e0, #a1e1e3);
}

Shades of Blue color palette created on .