package project; import java.awt.*; public class Colors { static final Color roadGrey = new Color(68,68,68); static final Color lineWhite = new Color(235, 235, 235); static final Color lineYellow = new Color(218, 190, 93); static final Color startGreen = new Color(13, 255, 0); static final Color startBlue = new Color(112, 113, 255); }