Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rosy-nectar {
color: #f3c3e3;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ogre-odor {
color: #ff5242;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rosy-nectar:#f3c3e3;
--cherry-blossom-pink:#ffb3c6;
--grapefruit-pulp:#ff6e61;
--ogre-odor:#ff5242;
}