CSS code for this palette
/* CSS */
.hot-lava {
color: #a8002d;
}
.mr-krabs {
color: #d53e2a;
}
.carrot {
color: #f66b3c;
}
.australium-gold {
color: #e8b43b;
}
.5 {
color: #f9d88b;
}
/* CSS Variables */
:root {
--hot-lava:#a8002d;
--mr-krabs:#d53e2a;
--carrot:#f66b3c;
--australium-gold:#e8b43b;
--5:#f9d88b;
}