Slaughter House in Venezuela Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Slaughter House in Venezuela palette

Share this palette to:

Slaughter House in Venezuela color palette CSS

/* CSS */
.color-1 {
color: #c91d39;
}
.color-2 {
color: #c89e3c;
}
.color-3 {
color: #2d804c;
}
.color-4 {
color: #499ad0;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #c91d39;
--color-2: #c89e3c;
--color-3: #2d804c;
--color-4: #499ad0;
--color-5: #f5a300;
}

Slaughter House in Venezuela background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c91d39, #c89e3c, #2d804c, #499ad0, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c91d39, #c89e3c, #2d804c, #499ad0, #f5a300);
}

Slaughter House in Venezuela color palette created on .