Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.pink-icing {
color: #f0a3a5;
}
.turnip-the-pink {
color: #e5717e;
}
.khmer-curry {
color: #ef5552;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--pink-icing:#f0a3a5;
--turnip-the-pink:#e5717e;
--khmer-curry:#ef5552;
--akuma:#d33131;
}