Purple Sorrow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Sorrow palette
Purple Sorrow color palette CSS
/* CSS */
.color-1 {
color: #533b9b;
}
.color-2 {
color: #7a4baf;
}
.color-3 {
color: #b780cb;
}
.color-4 {
color: #f3afc6;
}
.color-5 {
color: #f6c1d1;
}
/* CSS Variables */
:root {
--color-1: #533b9b;
--color-2: #7a4baf;
--color-3: #b780cb;
--color-4: #f3afc6;
--color-5: #f6c1d1;
}
Purple Sorrow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #533b9b, #7a4baf, #b780cb, #f3afc6, #f6c1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #533b9b, #7a4baf, #b780cb, #f3afc6, #f6c1d1);
}
Similar color palettes
Scroll down to explore 100+ Purple color palettes
Purple Sorrow color palette created on .