Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b7d2;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.mythical-orange {
color: #ff7e47;
}
.blood-burst {
color: #ff4d4d;
}
.radiant-orchid {
color: #a85d9b;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b7d2;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--mythical-orange:#ff7e47;
--blood-burst:#ff4d4d;
--radiant-orchid:#a85d9b;
}