Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f7e9bb;
}
.rustique {
color: #f6c0b6;
}
.pink-eraser {
color: #f49f9a;
}
.salmon-pok-bowl {
color: #f27c78;
}
.bubblegum {
color: #e85e75;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f7e9bb;
--rustique:#f6c0b6;
--pink-eraser:#f49f9a;
--salmon-pok-bowl:#f27c78;
--bubblegum:#e85e75;
}