Color names in this palette
CSS code for this palette
/* CSS */
.harlock-s-cape {
color: #bc0101;
}
.chi-gong {
color: #d52a2a;
}
.fever {
color: #e74b4b;
}
.ginger-milk {
color: #f6a051;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--harlock-s-cape:#bc0101;
--chi-gong:#d52a2a;
--fever:#e74b4b;
--ginger-milk:#f6a051;
--shrimp-toast:#f7c6a1;
}