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