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: #d4cae3;
}
.color-2 {
color: #4d8efe;
}
.color-3 {
color: #6a65f1;
}
.color-4 {
color: #aac4ee;
}
.color-5 {
color: #2c3e9b;
}

/* CSS Variables */
:root {
--color-1: #d4cae3;
--color-2: #4d8efe;
--color-3: #6a65f1;
--color-4: #aac4ee;
--color-5: #2c3e9b;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4cae3, #4d8efe, #6a65f1, #aac4ee, #2c3e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4cae3, #4d8efe, #6a65f1, #aac4ee, #2c3e9b);
}

Shades of Blue color palette created on .