Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #f55c3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.pieces-of-eight {
color: #ffb13d;
}
.banana-farm {
color: #ffdf3d;
}
.pickled-pineapple {
color: #e5ff3d;
}
/* CSS Variables */
:root {
--orange-soda:#f55c3d;
--sunset-yellow:#ff8b3d;
--pieces-of-eight:#ffb13d;
--banana-farm:#ffdf3d;
--pickled-pineapple:#e5ff3d;
}