Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunset-yellow {
color: #ff8b3d;
}
.alajuela-toad {
color: #ffae52;
}
.tamago-egg {
color: #ffd375;
}
.citrus-punch {
color: #ffeb85;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunset-yellow:#ff8b3d;
--alajuela-toad:#ffae52;
--tamago-egg:#ffd375;
--citrus-punch:#ffeb85;
}