/** * Red preset color * @author Gabe Abrams */ const RedColor = { r: 255, g: 99, b: 132, }; export default RedColor;