Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.pastrami {
color: #e57171;
}
.vermilion-bird {
color: #f44034;
}
.peachy-pinky {
color: #ff7961;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--pastrami:#e57171;
--vermilion-bird:#f44034;
--peachy-pinky:#ff7961;
--hollandaise:#ffec3d;
}