Shades of Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Purple palette

Share this palette to:

Shades of Purple color palette CSS

/* CSS */
.color-1 {
color: #363991;
}
.color-2 {
color: #5658b3;
}
.color-3 {
color: #b873bf;
}
.color-4 {
color: #f2b178;
}
.color-5 {
color: #edbe12;
}

/* CSS Variables */
:root {
--color-1: #363991;
--color-2: #5658b3;
--color-3: #b873bf;
--color-4: #f2b178;
--color-5: #edbe12;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #363991, #5658b3, #b873bf, #f2b178, #edbe12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #363991, #5658b3, #b873bf, #f2b178, #edbe12);
}

Similar color palettes

Scroll down to explore 1 Deep Blue color palette

Shades of Purple color palette created on .