Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.kanz-orange {
color: #ff8e3d;
}
.yellow-jacket {
color: #ffc83d;
}
.alien-parasite {
color: #4dff3d;
}
.lamiaceae {
color: #3dffec;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--kanz-orange:#ff8e3d;
--yellow-jacket:#ffc83d;
--alien-parasite:#4dff3d;
--lamiaceae:#3dffec;
}