Shades of Voodoo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Voodoo palette
Shades of Voodoo color palette CSS
/* CSS */
.color-1 {
color: #5d224c;
}
.color-2 {
color: #894d7b;
}
.color-3 {
color: #c48dad;
}
.color-4 {
color: #f1b1c2;
}
.color-5 {
color: #f78d8d;
}
/* CSS Variables */
:root {
--color-1: #5d224c;
--color-2: #894d7b;
--color-3: #c48dad;
--color-4: #f1b1c2;
--color-5: #f78d8d;
}
Shades of Voodoo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d224c, #894d7b, #c48dad, #f1b1c2, #f78d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d224c, #894d7b, #c48dad, #f1b1c2, #f78d8d);
}
Similar color palettes
Shades of Voodoo color palette created on .