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: #e1b7e1;
}
.color-2 {
color: #d69ed6;
}
.color-3 {
color: #b890bb;
}
.color-4 {
color: #906ebf;
}
.color-5 {
color: #5c4cae;
}

/* CSS Variables */
:root {
--color-1: #e1b7e1;
--color-2: #d69ed6;
--color-3: #b890bb;
--color-4: #906ebf;
--color-5: #5c4cae;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7e1, #d69ed6, #b890bb, #906ebf, #5c4cae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7e1, #d69ed6, #b890bb, #906ebf, #5c4cae);
}

Shades of Purple color palette created on .