Dark Red Voodoo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Red Voodoo palette

Share this palette to:

Dark Red Voodoo color palette CSS

/* CSS */
.color-1 {
color: #4a1c2d;
}
.color-2 {
color: #7e3e54;
}
.color-3 {
color: #b86b79;
}
.color-4 {
color: #e9b2a5;
}
.color-5 {
color: #f4d9c3;
}

/* CSS Variables */
:root {
--color-1: #4a1c2d;
--color-2: #7e3e54;
--color-3: #b86b79;
--color-4: #e9b2a5;
--color-5: #f4d9c3;
}

Dark Red Voodoo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2d, #7e3e54, #b86b79, #e9b2a5, #f4d9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2d, #7e3e54, #b86b79, #e9b2a5, #f4d9c3);
}

Dark Red Voodoo color palette created on .