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