Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pig-pink {
color: #ffd6e2;
}
.cookie {
color: #ffe1b8;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--grapefruit-pulp:#ff6e61;
--pig-pink:#ffd6e2;
--cookie:#ffe1b8;
--snow-white-blush:#f9aeae;
}