Paleta de colores Cannibal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cannibal palette
CSS de la paleta de colores Cannibal
/* 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;
}
CSS del degradado de fondo Cannibal
/* 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);
}
Paletas de colores similares
Cannibal color palette created on .