Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.pink-fit {
color: #f1a7b1;
}
.pink-eraser {
color: #f29c9d;
}
.goku-orange {
color: #f27e3a;
}
.icy-lemonade {
color: #f1e8b1;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--pink-fit:#f1a7b1;
--pink-eraser:#f29c9d;
--goku-orange:#f27e3a;
--icy-lemonade:#f1e8b1;
}