Color names in this palette
CSS code for this palette
/* CSS */
.sunburnt-cyclops {
color: #ff3d4d;
}
.shocking-orange {
color: #ff6d1f;
}
.five-star {
color: #ffac4d;
}
.hollandaise {
color: #ffec42;
}
.umbra {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--sunburnt-cyclops:#ff3d4d;
--shocking-orange:#ff6d1f;
--five-star:#ffac4d;
--hollandaise:#ffec42;
--umbra:#1f1f1f;
}