Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1cd;
}
.antique-coral {
color: #fec8ae;
}
.endearment {
color: #ffdaa3;
}
.french-vanilla {
color: #f1e1a7;
}
.classic-rose {
color: #f6c6e8;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1cd;
--antique-coral:#fec8ae;
--endearment:#ffdaa3;
--french-vanilla:#f1e1a7;
--classic-rose:#f6c6e8;
}