Color names in this palette
CSS code for this palette
/* CSS */
.peach-pink {
color: #ff998a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ogre-odor {
color: #ff513d;
}
.bright-halo {
color: #ffd166;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--peach-pink:#ff998a;
--grapefruit-pulp:#ff6e61;
--ogre-odor:#ff513d;
--bright-halo:#ffd166;
--zeus-purple:#690571;
}