Color names in this palette
CSS code for this palette
/* CSS */
.i-m-a-local {
color: #f0be5c;
}
.mandarin-sorbet {
color: #ffad42;
}
.shocking-orange {
color: #ff6d1f;
}
.frozen-tomato {
color: #d95230;
}
.heath {
color: #4e2c2e;
}
/* CSS Variables */
:root {
--i-m-a-local:#f0be5c;
--mandarin-sorbet:#ffad42;
--shocking-orange:#ff6d1f;
--frozen-tomato:#d95230;
--heath:#4e2c2e;
}