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: #1b70b6;
}
.color-2 {
color: #4a9bd9;
}
.color-3 {
color: #8ac8f5;
}
.color-4 {
color: #f1df5b;
}
.color-5 {
color: #f78d1d;
}

/* CSS Variables */
:root {
--color-1: #1b70b6;
--color-2: #4a9bd9;
--color-3: #8ac8f5;
--color-4: #f1df5b;
--color-5: #f78d1d;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b70b6, #4a9bd9, #8ac8f5, #f1df5b, #f78d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b70b6, #4a9bd9, #8ac8f5, #f1df5b, #f78d1d);
}

Shades of Blue color palette created on .