Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.outrageous-orange {
color: #ff6f47;
}
.day-at-the-zoo {
color: #ffa070;
}
.sandy {
color: #f2d77d;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--outrageous-orange:#ff6f47;
--day-at-the-zoo:#ffa070;
--sandy:#f2d77d;
--welcoming-wasp:#f0a800;
}