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: #a4c8df;
}
.color-2 {
color: #e5b8d5;
}
.color-3 {
color: #f6d360;
}
.color-4 {
color: #f9a76c;
}
.color-5 {
color: #d97d9a;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #e5b8d5;
--color-3: #f6d360;
--color-4: #f9a76c;
--color-5: #d97d9a;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #e5b8d5, #f6d360, #f9a76c, #d97d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #e5b8d5, #f6d360, #f9a76c, #d97d9a);
}

Shades of Blue color palette created on .