Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.royalty-loyalty {
color: #a65eb0;
}
.pale-grape {
color: #bea2c8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.match-head {
color: #d3315c;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--royalty-loyalty:#a65eb0;
--pale-grape:#bea2c8;
--apricot-glazed-chicken:#f5a524;
--match-head:#d3315c;
}