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: #e4b4e4;
}
.color-2 {
color: #b29bd4;
}
.color-3 {
color: #7b82d1;
}
.color-4 {
color: #4d6dff;
}
.color-5 {
color: #2949ff;
}

/* CSS Variables */
:root {
--color-1: #e4b4e4;
--color-2: #b29bd4;
--color-3: #7b82d1;
--color-4: #4d6dff;
--color-5: #2949ff;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b4e4, #b29bd4, #7b82d1, #4d6dff, #2949ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b4e4, #b29bd4, #7b82d1, #4d6dff, #2949ff);
}

Shades of Purple color palette created on .