Color names in this palette
CSS code for this palette
/* CSS */
.pacific-harbour {
color: #78b7d9;
}
.syndicalist {
color: #f5c400;
}
.mandarin-orange {
color: #f26c3a;
}
.fireglow {
color: #d65e3d;
}
.heath-spotted-orchid {
color: #a05a9a;
}
/* CSS Variables */
:root {
--pacific-harbour:#78b7d9;
--syndicalist:#f5c400;
--mandarin-orange:#f26c3a;
--fireglow:#d65e3d;
--heath-spotted-orchid:#a05a9a;
}