Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.pastrami {
color: #e57171;
}
.funki-porcini {
color: #ef9a9a;
}
.sweet-sixteen {
color: #ffccd1;
}
.just-pink-enough {
color: #ffebee;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--pastrami:#e57171;
--funki-porcini:#ef9a9a;
--sweet-sixteen:#ffccd1;
--just-pink-enough:#ffebee;
}