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: #1a1e8e;
}
.color-2 {
color: #4b2c9b;
}
.color-3 {
color: #7c5ba9;
}
.color-4 {
color: #a476c1;
}
.color-5 {
color: #e0b2e0;
}

/* CSS Variables */
:root {
--color-1: #1a1e8e;
--color-2: #4b2c9b;
--color-3: #7c5ba9;
--color-4: #a476c1;
--color-5: #e0b2e0;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e8e, #4b2c9b, #7c5ba9, #a476c1, #e0b2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e8e, #4b2c9b, #7c5ba9, #a476c1, #e0b2e0);
}

Shades of Purple color palette created on .