Shades of Blue and Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue and Purple palette

Share this palette to:

Shades of Blue and Purple color palette CSS

/* CSS */
.color-1 {
color: #3c5f9a;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #90a4d5;
}
.color-4 {
color: #c59fe5;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #3c5f9a;
--color-2: #5a7dba;
--color-3: #90a4d5;
--color-4: #c59fe5;
--color-5: #9b58b6;
}

Shades of Blue and Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5f9a, #5a7dba, #90a4d5, #c59fe5, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5f9a, #5a7dba, #90a4d5, #c59fe5, #9b58b6);
}

Shades of Blue and Purple color palette created on .