Color names in this palette
CSS code for this palette
/* CSS */
.mango-margarita {
color: #f5ba4d;
}
.cheddar-corn {
color: #f6d4b6;
}
.rogue-pink {
color: #f7a6c1;
}
.firm-pink {
color: #d68fca;
}
.lilac-bush {
color: #9c6ec4;
}
/* CSS Variables */
:root {
--mango-margarita:#f5ba4d;
--cheddar-corn:#f6d4b6;
--rogue-pink:#f7a6c1;
--firm-pink:#d68fca;
--lilac-bush:#9c6ec4;
}