Shades of Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #6d3c8b;
}
.color-2 {
color: #8e4fab;
}
.color-3 {
color: #a86ebf;
}
.color-4 {
color: #be95d0;
}
.color-5 {
color: #d7c1e2;
}
/* CSS Variables */
:root {
--color-1: #6d3c8b;
--color-2: #8e4fab;
--color-3: #a86ebf;
--color-4: #be95d0;
--color-5: #d7c1e2;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d3c8b, #8e4fab, #a86ebf, #be95d0, #d7c1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d3c8b, #8e4fab, #a86ebf, #be95d0, #d7c1e2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Purple color palette created on .