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: #d1c1e6;
}
.color-2 {
color: #afa4d0;
}
.color-3 {
color: #8d89b8;
}
.color-4 {
color: #6c82c1;
}
.color-5 {
color: #497fc1;
}

/* CSS Variables */
:root {
--color-1: #d1c1e6;
--color-2: #afa4d0;
--color-3: #8d89b8;
--color-4: #6c82c1;
--color-5: #497fc1;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c1e6, #afa4d0, #8d89b8, #6c82c1, #497fc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c1e6, #afa4d0, #8d89b8, #6c82c1, #497fc1);
}

Shades of Blue color palette created on .