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: #a4c2db;
}
.color-2 {
color: #f7caa6;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #e5a57b;
}
.color-5 {
color: #a27d6d;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f7caa6;
--color-3: #eab8d1;
--color-4: #e5a57b;
--color-5: #a27d6d;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f7caa6, #eab8d1, #e5a57b, #a27d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f7caa6, #eab8d1, #e5a57b, #a27d6d);
}

Shades of Blue color palette created on .