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: #1ca9d4;
}
.color-2 {
color: #a0e4e1;
}
.color-3 {
color: #dfb1e2;
}
.color-4 {
color: #d1a0e4;
}
.color-5 {
color: #9f6bb8;
}

/* CSS Variables */
:root {
--color-1: #1ca9d4;
--color-2: #a0e4e1;
--color-3: #dfb1e2;
--color-4: #d1a0e4;
--color-5: #9f6bb8;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ca9d4, #a0e4e1, #dfb1e2, #d1a0e4, #9f6bb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ca9d4, #a0e4e1, #dfb1e2, #d1a0e4, #9f6bb8);
}

Shades of Blue color palette created on .