/** * Yellow preset color * @author Gabe Abrams */ const YellowColor = { r: 255, g: 206, b: 86, }; export default YellowColor;