Color names in this palette
CSS code for this palette
/* CSS */
.peach-pearl {
color: #ffb3a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ogre-odor {
color: #ff513d;
}
.honey-carrot-cake {
color: #ff9a57;
}
.yriel-yellow {
color: #ffdb57;
}
/* CSS Variables */
:root {
--peach-pearl:#ffb3a3;
--grapefruit-pulp:#ff6e61;
--ogre-odor:#ff513d;
--honey-carrot-cake:#ff9a57;
--yriel-yellow:#ffdb57;
}