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: #e1d5ec;
}
.color-2 {
color: #d3b2e6;
}
.color-3 {
color: #b78fd6;
}
.color-4 {
color: #a36cac;
}
.color-5 {
color: #7f4e88;
}
/* CSS Variables */
:root {
--color-1: #e1d5ec;
--color-2: #d3b2e6;
--color-3: #b78fd6;
--color-4: #a36cac;
--color-5: #7f4e88;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d5ec, #d3b2e6, #b78fd6, #a36cac, #7f4e88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d5ec, #d3b2e6, #b78fd6, #a36cac, #7f4e88);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Purple color palette created on .