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: #82c5f8;
}
.color-2 {
color: #690571;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #ffb9a3;
}

/* CSS Variables */
:root {
--color-1: #82c5f8;
--color-2: #690571;
--color-3: #ff6e61;
--color-4: #ffcd29;
--color-5: #ffb9a3;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #82c5f8, #690571, #ff6e61, #ffcd29, #ffb9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #82c5f8, #690571, #ff6e61, #ffcd29, #ffb9a3);
}

Shades of Blue color palette created on .