Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.llilacquered {
color: #c55e9f;
}
.terra-cotta-pot {
color: #d28d70;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.halloween {
color: #ff613d;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--llilacquered:#c55e9f;
--terra-cotta-pot:#d28d70;
--y-ng-ch-ng-orange:#f1a03b;
--halloween:#ff613d;
}