Color names in this palette
CSS code for this palette
/* CSS */
.mango-salsa {
color: #ffad66;
}
.sunset-yellow {
color: #ff8b3d;
}
.shocking-orange {
color: #ff711f;
}
.molten-core {
color: #ff5900;
}
.spanish-orange {
color: #e65c00;
}
/* CSS Variables */
:root {
--mango-salsa:#ffad66;
--sunset-yellow:#ff8b3d;
--shocking-orange:#ff711f;
--molten-core:#ff5900;
--spanish-orange:#e65c00;
}