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: #3b2e3d;
}
.color-2 {
color: #6b508b;
}
.color-3 {
color: #b29cd3;
}
.color-4 {
color: #f6a7b3;
}
.color-5 {
color: #f9e690;
}

/* CSS Variables */
:root {
--color-1: #3b2e3d;
--color-2: #6b508b;
--color-3: #b29cd3;
--color-4: #f6a7b3;
--color-5: #f9e690;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2e3d, #6b508b, #b29cd3, #f6a7b3, #f9e690);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2e3d, #6b508b, #b29cd3, #f6a7b3, #f9e690);
}

Shades of Purple color palette created on .