Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.pink-booties {
color: #f0e0e5;
}
.eerie-glow {
color: #a7d7b8;
}
.scallion {
color: #6b8f24;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--pink-booties:#f0e0e5;
--eerie-glow:#a7d7b8;
--scallion:#6b8f24;
}