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: #f7b4ab;
}
.color-2 {
color: #f9d890;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #4b9b8b;
}
.color-5 {
color: #2e5d9e;
}

/* CSS Variables */
:root {
--color-1: #f7b4ab;
--color-2: #f9d890;
--color-3: #a3d55d;
--color-4: #4b9b8b;
--color-5: #2e5d9e;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b4ab, #f9d890, #a3d55d, #4b9b8b, #2e5d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b4ab, #f9d890, #a3d55d, #4b9b8b, #2e5d9e);
}

Shades of Blue color palette created on .