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: #f7b5a1;
}
.color-2 {
color: #f8d99b;
}
.color-3 {
color: #f1e2a7;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #80a4c2;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f8d99b;
--color-3: #f1e2a7;
--color-4: #a1d6e2;
--color-5: #80a4c2;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f8d99b, #f1e2a7, #a1d6e2, #80a4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f8d99b, #f1e2a7, #a1d6e2, #80a4c2);
}

Shades of Blue color palette created on .