Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.vitamin-c {
color: #ff9900;
}
.citrus-splash {
color: #ffc300;
}
.yriel-yellow {
color: #ffdb57;
}
.candle-flame {
color: #fff4a3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--vitamin-c:#ff9900;
--citrus-splash:#ffc300;
--yriel-yellow:#ffdb57;
--candle-flame:#fff4a3;
}