Color names in this palette
CSS code for this palette
/* CSS */
.fig {
color: #582c3c;
}
.cosmetic-red {
color: #a45b78;
}
.glow-pink {
color: #d6999b;
}
.apricot-obsession {
color: #f8c1b4;
}
.orange-ice {
color: #ffddc2;
}
/* CSS Variables */
:root {
--fig:#582c3c;
--cosmetic-red:#a45b78;
--glow-pink:#d6999b;
--apricot-obsession:#f8c1b4;
--orange-ice:#ffddc2;
}