Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.exotic-blossom {
color: #ff9e42;
}
.qing-yellow {
color: #ffcc66;
}
.butter-cupcake {
color: #ffdb99;
}
.pig-pink {
color: #ffd6e2;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--exotic-blossom:#ff9e42;
--qing-yellow:#ffcc66;
--butter-cupcake:#ffdb99;
--pig-pink:#ffd6e2;
}