Color names in this palette
CSS code for this palette
/* CSS */
.sugar-high {
color: #f1cbea;
}
.emperor-s-children {
color: #ef9fb3;
}
.xoxo {
color: #f17e90;
}
.rose-turkish-delight {
color: #d84f7d;
}
.ancient-fuchsia {
color: #a7496d;
}
/* CSS Variables */
:root {
--sugar-high:#f1cbea;
--emperor-s-children:#ef9fb3;
--xoxo:#f17e90;
--rose-turkish-delight:#d84f7d;
--ancient-fuchsia:#a7496d;
}