Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a4b4;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.chinese-new-year {
color: #ff2e62;
}
.red-peppercorn {
color: #c92c41;
}
/* CSS Variables */
:root {
--pink-fit:#f9a4b4;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--chinese-new-year:#ff2e62;
--red-peppercorn:#c92c41;
}