Color names in this palette
CSS code for this palette
/* CSS */
.harlock-s-cape {
color: #bc0101;
}
.chi-gong {
color: #d12e2e;
}
.x-marks-the-spot {
color: #e54848;
}
.breeze-of-chilli {
color: #f07070;
}
.precious-pink {
color: #f8b4b4;
}
/* CSS Variables */
:root {
--harlock-s-cape:#bc0101;
--chi-gong:#d12e2e;
--x-marks-the-spot:#e54848;
--breeze-of-chilli:#f07070;
--precious-pink:#f8b4b4;
}