Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.vermilion-bird {
color: #f44034;
}
.fluorescent-red {
color: #ff5252;
}
.cherished-one {
color: #ff8f8f;
}
.sweet-sixteen {
color: #ffccd1;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--vermilion-bird:#f44034;
--fluorescent-red:#ff5252;
--cherished-one:#ff8f8f;
--sweet-sixteen:#ffccd1;
}