Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-damask {
color: #f7c5a6;
}
.whispering-frost {
color: #d7e6d6;
}
.ganon-blue {
color: #a1dff7;
}
.boat-house {
color: #4c89c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-damask:#f7c5a6;
--whispering-frost:#d7e6d6;
--ganon-blue:#a1dff7;
--boat-house:#4c89c2;
}