Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.beige-topaz {
color: #ffc87a;
}
.sunkissed-yellow {
color: #ffebb8;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--beige-topaz:#ffc87a;
--sunkissed-yellow:#ffebb8;
--ganon-blue:#a1dff7;
}