Class WebbColors

java.lang.Object
webb.client.ui.constants.WebbColors

public class WebbColors extends Object
A class containing all the colors used in the application. This makes it easier to change the color scheme, and relate them to Figma
  • Field Details

    • B7

      public static final Color B7
    • D9

      public static final Color D9
    • c91

      public static final Color c91
    • c90

      public static final Color c90
    • c22

      public static final Color c22
    • c6C

      public static final Color c6C
    • c34

      public static final Color c34
    • c70

      public static final Color c70
    • c7F

      public static final Color c7F
    • TEXT_COLOR_WHITE

      public static final Color TEXT_COLOR_WHITE
    • TEXT_COLOR_BLACK

      public static final Color TEXT_COLOR_BLACK
    • TRANSPARENT

      public static final Color TRANSPARENT
  • Method Details

    • getColorBetween

      public static Color getColorBetween(Color one, Color two, double ratio)