Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9d8a;
}
.lusty-gallant {
color: #ffcdcc;
}
.soviet-gold {
color: #ffd900;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9d8a;
--lusty-gallant:#ffcdcc;
--soviet-gold:#ffd900;
--poodle-skirt:#ffb3ba;
}