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: #4a3d8a;
}
.color-3 {
color: #8b6ea0;
}
.color-4 {
color: #c69fb2;
}
.color-5 {
color: #f5f3d6;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a3d8a;
--color-3: #8b6ea0;
--color-4: #c69fb2;
--color-5: #f5f3d6;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a3d8a, #8b6ea0, #c69fb2, #f5f3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a3d8a, #8b6ea0, #c69fb2, #f5f3d6);
}

Shades of Purple color palette created on .