Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.golden-snitch {
color: #f0e04c;
}
.moonstone {
color: #3caac8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--golden-snitch:#f0e04c;
--moonstone:#3caac8;
}