Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.guava {
color: #ff9d2e;
}
.mellow-drama {
color: #ffc65c;
}
.citrus-punch {
color: #ffeb85;
}
.transparent-yellow {
color: #fff1a8;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--guava:#ff9d2e;
--mellow-drama:#ffc65c;
--citrus-punch:#ffeb85;
--transparent-yellow:#fff1a8;
}