Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.gossamer-pink {
color: #f9c5c3;
}
.pink-scallop {
color: #f1dfd5;
}
.pumpkin-cream {
color: #e6c8a8;
}
.gobi-sand {
color: #d5a86d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--gossamer-pink:#f9c5c3;
--pink-scallop:#f1dfd5;
--pumpkin-cream:#e6c8a8;
--gobi-sand:#d5a86d;
}