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: #f9b1ae;
}
.color-2 {
color: #fddc9b;
}
.color-3 {
color: #a4d5cb;
}
.color-4 {
color: #5b97b3;
}
.color-5 {
color: #404e68;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fddc9b;
--color-3: #a4d5cb;
--color-4: #5b97b3;
--color-5: #404e68;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fddc9b, #a4d5cb, #5b97b3, #404e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fddc9b, #a4d5cb, #5b97b3, #404e68);
}

Shades of Blue color palette created on .