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: #7a6bbd;
}
.color-2 {
color: #9c7ec4;
}
.color-3 {
color: #b5a3d7;
}
.color-4 {
color: #d3b2e1;
}
.color-5 {
color: #f3c7fa;
}

/* CSS Variables */
:root {
--color-1: #7a6bbd;
--color-2: #9c7ec4;
--color-3: #b5a3d7;
--color-4: #d3b2e1;
--color-5: #f3c7fa;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a6bbd, #9c7ec4, #b5a3d7, #d3b2e1, #f3c7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a6bbd, #9c7ec4, #b5a3d7, #d3b2e1, #f3c7fa);
}

Shades of Purple color palette created on .