Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.pieces-of-eight {
color: #ffb13d;
}
.pickled-ginger {
color: #ffe057;
}
.dithered-sky {
color: #c2dfff;
}
.skinny-jeans {
color: #4d8eff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--pieces-of-eight:#ffb13d;
--pickled-ginger:#ffe057;
--dithered-sky:#c2dfff;
--skinny-jeans:#4d8eff;
}