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: #966cb7;
}
.color-2 {
color: #e34567;
}
.color-3 {
color: #f86c25;
}
.color-4 {
color: #586d03;
}
.color-5 {
color: #f6c337;
}

/* CSS Variables */
:root {
--color-1: #966cb7;
--color-2: #e34567;
--color-3: #f86c25;
--color-4: #586d03;
--color-5: #f6c337;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #966cb7, #e34567, #f86c25, #586d03, #f6c337);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #966cb7, #e34567, #f86c25, #586d03, #f6c337);
}

Shades of Purple color palette created on .