Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.moth-orchid {
color: #d6006f;
}
.basketball {
color: #f46d2f;
}
.just-peachy {
color: #f8c572;
}
.curd {
color: #f9e1b9;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--moth-orchid:#d6006f;
--basketball:#f46d2f;
--just-peachy:#f8c572;
--curd:#f9e1b9;
}