Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.durotar-fire {
color: #f05a28;
}
.fire-island {
color: #d94f3a;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.parfait-d-amour {
color: #6c4c9a;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--durotar-fire:#f05a28;
--fire-island:#d94f3a;
--heath-spotted-orchid:#a65e9e;
--parfait-d-amour:#6c4c9a;
}