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: #f0c7eb;
}
.color-2 {
color: #b9a2d2;
}
.color-3 {
color: #7a9cae;
}
.color-4 {
color: #3da7b8;
}
.color-5 {
color: #1e898f;
}

/* CSS Variables */
:root {
--color-1: #f0c7eb;
--color-2: #b9a2d2;
--color-3: #7a9cae;
--color-4: #3da7b8;
--color-5: #1e898f;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c7eb, #b9a2d2, #7a9cae, #3da7b8, #1e898f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c7eb, #b9a2d2, #7a9cae, #3da7b8, #1e898f);
}

Shades of Blue color palette created on .