Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.powder-rose {
color: #f4b3ba;
}
.sweet-angel {
color: #f5c9b8;
}
.banana-br-l-e {
color: #f7e8bb;
}
.banana-drama {
color: #f2d64a;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--powder-rose:#f4b3ba;
--sweet-angel:#f5c9b8;
--banana-br-l-e:#f7e8bb;
--banana-drama:#f2d64a;
}