Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.boat-orchid {
color: #c63f94;
}
.porcelain-rose {
color: #e66d6b;
}
.pink-blush {
color: #f7abb5;
}
.golden-moray-eel {
color: #fbcf60;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--boat-orchid:#c63f94;
--porcelain-rose:#e66d6b;
--pink-blush:#f7abb5;
--golden-moray-eel:#fbcf60;
}