Paleta de colores Cannibal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cannibal palette
Imagen PNG de la paleta de colores Cannibal
CSS de la paleta de colores Cannibal
/* CSS */
.color-1 {
color: #281f24;
}
.color-2 {
color: #443135;
}
.color-3 {
color: #6a4d57;
}
.color-4 {
color: #8e6c67;
}
.color-5 {
color: #9c9386;
}
/* CSS Variables */
:root {
--color-1: #281f24;
--color-2: #443135;
--color-3: #6a4d57;
--color-4: #8e6c67;
--color-5: #9c9386;
}
CSS del degradado de fondo Cannibal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #281f24, #443135, #6a4d57, #8e6c67, #9c9386);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #281f24, #443135, #6a4d57, #8e6c67, #9c9386);
}
Paletas de colores similares
Cannibal color palette created on .