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