Cannibal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cannibal palette

Share this palette to:

Cannibal color palette CSS

/* CSS */
.color-1 {
color: #1f141a;
}
.color-2 {
color: #372025;
}
.color-3 {
color: #573340;
}
.color-4 {
color: #744a44;
}
.color-5 {
color: #7e6f58;
}

/* CSS Variables */
:root {
--color-1: #1f141a;
--color-2: #372025;
--color-3: #573340;
--color-4: #744a44;
--color-5: #7e6f58;
}

Cannibal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f141a, #372025, #573340, #744a44, #7e6f58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f141a, #372025, #573340, #744a44, #7e6f58);
}

Cannibal color palette created on .