Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f9b4cf;
}
.spaghetti-strap-pink {
color: #f6a7d1;
}
.pastel-magenta {
color: #f391c7;
}
.fuchsia-blush {
color: #e77ebb;
}
.bit-of-berry {
color: #d85a99;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f9b4cf;
--spaghetti-strap-pink:#f6a7d1;
--pastel-magenta:#f391c7;
--fuchsia-blush:#e77ebb;
--bit-of-berry:#d85a99;
}