Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.akabeni {
color: #c72929;
}
.carnelian {
color: #b51c1c;
}
.peachy-pinky {
color: #ff7961;
}
.fluorescent-red {
color: #ff5252;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--akabeni:#c72929;
--carnelian:#b51c1c;
--peachy-pinky:#ff7961;
--fluorescent-red:#ff5252;
}