Cannibal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cannibal palette
Cannibal color palette CSS
/* CSS */
.color-1 {
color: #380021;
}
.color-2 {
color: #5c0012;
}
.color-3 {
color: #8f0034;
}
.color-4 {
color: #bd1600;
}
.color-5 {
color: #db8400;
}
/* CSS Variables */
:root {
--color-1: #380021;
--color-2: #5c0012;
--color-3: #8f0034;
--color-4: #bd1600;
--color-5: #db8400;
}
Cannibal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380021, #5c0012, #8f0034, #bd1600, #db8400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380021, #5c0012, #8f0034, #bd1600, #db8400);
}
Similar color palettes
Cannibal color palette created on .