Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94f30;
}
.mandarin-orange {
color: #f26c3a;
}
.bittersweet {
color: #f9a04e;
}
.sky-high {
color: #a2c2e6;
}
.mountain-bluebird {
color: #4d98c7;
}
/* CSS Variables */
:root {
--fire-island:#d94f30;
--mandarin-orange:#f26c3a;
--bittersweet:#f9a04e;
--sky-high:#a2c2e6;
--mountain-bluebird:#4d98c7;
}