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;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--pastrami:#e57171;
--funki-porcini:#ef9a9a;
--sweet-sixteen:#ffccd1;
--cornflower-lilac:#ffadad;
}