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: #f9b2a9;
}
.color-2 {
color: #f8d97c;
}
.color-3 {
color: #cce6e2;
}
.color-4 {
color: #97c2e2;
}
.color-5 {
color: #5e9cb0;
}

/* CSS Variables */
:root {
--color-1: #f9b2a9;
--color-2: #f8d97c;
--color-3: #cce6e2;
--color-4: #97c2e2;
--color-5: #5e9cb0;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b2a9, #f8d97c, #cce6e2, #97c2e2, #5e9cb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b2a9, #f8d97c, #cce6e2, #97c2e2, #5e9cb0);
}

Shades of Blue color palette created on .