Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.vermilion-bird {
color: #f44034;
}
.grapefruit-pulp {
color: #ff7161;
}
.protein-high {
color: #ff8a66;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--vermilion-bird:#f44034;
--grapefruit-pulp:#ff7161;
--protein-high:#ff8a66;
--hollandaise:#ffec3d;
}