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: #1f1b79;
}
.color-2 {
color: #4a2b91;
}
.color-3 {
color: #6f4c9a;
}
.color-4 {
color: #9a5b8b;
}
.color-5 {
color: #d78b7f;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a2b91;
--color-3: #6f4c9a;
--color-4: #9a5b8b;
--color-5: #d78b7f;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a2b91, #6f4c9a, #9a5b8b, #d78b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a2b91, #6f4c9a, #9a5b8b, #d78b7f);
}

Shades of Purple color palette created on .