Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.steel-pan-mallet {
color: #70a4a4;
}
.mystic-tulip {
color: #f7b5a1;
}
.fresh-pineapple {
color: #f3d24f;
}
.troll-slayer-orange {
color: #f3a34f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--steel-pan-mallet:#70a4a4;
--mystic-tulip:#f7b5a1;
--fresh-pineapple:#f3d24f;
--troll-slayer-orange:#f3a34f;
}