Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.carnation {
color: #f97b8e;
}
.grenadine-pink {
color: #f95d6a;
}
.sunburnt-cyclops {
color: #f9434c;
}
.akuma {
color: #d22d3a;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--carnation:#f97b8e;
--grenadine-pink:#f95d6a;
--sunburnt-cyclops:#f9434c;
--akuma:#d22d3a;
}