Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c3a1;
}
.rogue-pink {
color: #f5a8c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.infrared {
color: #fb4b66;
}
.raspberry-shortcake {
color: #ff3d84;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c3a1;
--rogue-pink:#f5a8c1;
--grapefruit-pulp:#ff6e61;
--infrared:#fb4b66;
--raspberry-shortcake:#ff3d84;
}