Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.cherry-blossom {
color: #f5c2d3;
}
.pork-belly {
color: #f9e1e6;
}
.banana-br-l-e {
color: #f7ebbb;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--cherry-blossom:#f5c2d3;
--pork-belly:#f9e1e6;
--banana-br-l-e:#f7ebbb;
--maximum-yellow-red:#f1b74b;
}