Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-fire {
color: #ffb06b;
}
.soviet-gold {
color: #ffd900;
}
.pretty-petunia {
color: #dbb8e5;
}
.prism-pink {
color: #f2a1c5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-fire:#ffb06b;
--soviet-gold:#ffd900;
--pretty-petunia:#dbb8e5;
--prism-pink:#f2a1c5;
}