Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.moth-orchid {
color: #d6006f;
}
.flush-orange {
color: #ff6e00;
}
.amber {
color: #ffbf00;
}
.mint-macaron {
color: #afeeee;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--moth-orchid:#d6006f;
--flush-orange:#ff6e00;
--amber:#ffbf00;
--mint-macaron:#afeeee;
}