Color names in this palette
CSS code for this palette
/* CSS */
.beetiful-magenta {
color: #8d2a6e;
}
.rose-turkish-delight {
color: #d84f7d;
}
.fresh-on-the-market {
color: #f8a5ba;
}
.yellow-cream {
color: #f2d269;
}
.butter-cream {
color: #f0b042;
}
/* CSS Variables */
:root {
--beetiful-magenta:#8d2a6e;
--rose-turkish-delight:#d84f7d;
--fresh-on-the-market:#f8a5ba;
--yellow-cream:#f2d269;
--butter-cream:#f0b042;
}