Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.blackthorn-green {
color: #709c6d;
}
.peach-damask {
color: #f7c5a6;
}
.eerie-glow {
color: #a7d7b8;
}
.marigold {
color: #ffc105;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--blackthorn-green:#709c6d;
--peach-damask:#f7c5a6;
--eerie-glow:#a7d7b8;
--marigold:#ffc105;
}