Purple Spice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Spice palette
Purple Spice color palette CSS
/* CSS */
.color-1 {
color: #e6b3e0;
}
.color-2 {
color: #d69fd2;
}
.color-3 {
color: #b28ac7;
}
.color-4 {
color: #a65e9a;
}
.color-5 {
color: #5a2d5c;
}
/* CSS Variables */
:root {
--color-1: #e6b3e0;
--color-2: #d69fd2;
--color-3: #b28ac7;
--color-4: #a65e9a;
--color-5: #5a2d5c;
}
Purple Spice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b3e0, #d69fd2, #b28ac7, #a65e9a, #5a2d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b3e0, #d69fd2, #b28ac7, #a65e9a, #5a2d5c);
}
Similar color palettes
Purple Spice color palette created on .