Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.sunny-side-up {
color: #ffd942;
}
.beer-garden {
color: #3b9e2e;
}
.mars-red {
color: #c92c39;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--sunny-side-up:#ffd942;
--beer-garden:#3b9e2e;
--mars-red:#c92c39;
}