CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.pastrami {
color: #e57171;
}
.christy-s-smile {
color: #f8b9ce;
}
.egg-yolk {
color: #ffcc80;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--pastrami:#e57171;
--christy-s-smile:#f8b9ce;
--egg-yolk:#ffcc80;
--vibrant:#ffd54d;
}