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: #2c0f3e;
}
.color-2 {
color: #4a1c5e;
}
.color-3 {
color: #7f4e8d;
}
.color-4 {
color: #aa6db0;
}
.color-5 {
color: #e7a6c5;
}

/* CSS Variables */
:root {
--color-1: #2c0f3e;
--color-2: #4a1c5e;
--color-3: #7f4e8d;
--color-4: #aa6db0;
--color-5: #e7a6c5;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c0f3e, #4a1c5e, #7f4e8d, #aa6db0, #e7a6c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c0f3e, #4a1c5e, #7f4e8d, #aa6db0, #e7a6c5);
}

Shades of Purple color palette created on .