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: #7d3f7d;
}
.color-2 {
color: #f1aba2;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #4abf69;
}
.color-5 {
color: #2a7979;
}

/* CSS Variables */
:root {
--color-1: #7d3f7d;
--color-2: #f1aba2;
--color-3: #f4cf3e;
--color-4: #4abf69;
--color-5: #2a7979;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3f7d, #f1aba2, #f4cf3e, #4abf69, #2a7979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3f7d, #f1aba2, #f4cf3e, #4abf69, #2a7979);
}

Shades of Purple color palette created on .