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: #f0e3d6;
}
.color-2 {
color: #e2b6c6;
}
.color-3 {
color: #c5a2d8;
}
.color-4 {
color: #a8c8e6;
}
.color-5 {
color: #5dbae5;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #e2b6c6;
--color-3: #c5a2d8;
--color-4: #a8c8e6;
--color-5: #5dbae5;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #e2b6c6, #c5a2d8, #a8c8e6, #5dbae5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #e2b6c6, #c5a2d8, #a8c8e6, #5dbae5);
}

Shades of Blue color palette created on .