Color names in this palette
CSS code for this palette
/* CSS */
.hotspot {
color: #ff4938;
}
.sunglow {
color: #ffc933;
}
.thor-s-thunder {
color: #4dc9ff;
}
.j-n-s-gold {
color: #a3a800;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--hotspot:#ff4938;
--sunglow:#ffc933;
--thor-s-thunder:#4dc9ff;
--j-n-s-gold:#a3a800;
--flush-orange:#ff6e00;
}