Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.au-gratin {
color: #ffa047;
}
.grandis {
color: #ffcd75;
}
.olympic-blue {
color: #4b91e2;
}
.parakeet-blue {
color: #80b3ff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--au-gratin:#ffa047;
--grandis:#ffcd75;
--olympic-blue:#4b91e2;
--parakeet-blue:#80b3ff;
}