Red Butcher Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Butcher palette

Share this palette to:

Red Butcher color palette CSS

/* CSS */
.color-1 {
color: #6f1f2a;
}
.color-2 {
color: #a62b2b;
}
.color-3 {
color: #c55c49;
}
.color-4 {
color: #f59f8a;
}
.color-5 {
color: #f8d8a0;
}

/* CSS Variables */
:root {
--color-1: #6f1f2a;
--color-2: #a62b2b;
--color-3: #c55c49;
--color-4: #f59f8a;
--color-5: #f8d8a0;
}

Red Butcher background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f1f2a, #a62b2b, #c55c49, #f59f8a, #f8d8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f1f2a, #a62b2b, #c55c49, #f59f8a, #f8d8a0);
}

Red Butcher color palette created on .