Color names in this palette
CSS code for this palette
/* CSS */
.red-panda {
color: #c74c1f;
}
.mango-tango {
color: #ff7e3d;
}
.chunky-bee {
color: #ffc94d;
}
.grape-green {
color: #a9e2a2;
}
.cold-north {
color: #4f9b9c;
}
/* CSS Variables */
:root {
--red-panda:#c74c1f;
--mango-tango:#ff7e3d;
--chunky-bee:#ffc94d;
--grape-green:#a9e2a2;
--cold-north:#4f9b9c;
}