export const BLACK = 'rgb(38,38,38)'; export const BLACK_075 = 'rgba(38, 38, 38, 0.75)'; export const BLACK_05 = 'rgba(38, 38, 38, 0.5)'; export const BLACK_025 = 'rgba(0,0,0, 0.25)'; export const GREY = 'rgba(81, 81, 81, 0.5)'; export const GREY_2 = '#f5f5f5'; export const GREY_3 = 'rgb(143, 142, 148)'; export const GREY_4 = 'rgb(223, 223, 223)'; export const HINT_GREY = 'rgba(125,125,125, 0.5)'; export const MAIN_BLUE = 'rgb(55, 171, 200)'; export const AQUA_BLUE_025 = 'rgba(55, 171, 200, 0.25)'; export const AQUA_BLUE_05 = 'rgba(55, 171, 200, 0.5)'; export const PALE_BLUE = '#94cddc'; export const WHITE = 'rgb(245,245,245)'; export const TRUE_WHITE = 'rgb(255, 255, 255)'; export const PALE_WHITE = 'rgba(245,245,245, 0.5)'; export const GREEN = 'rgb(0, 213, 146)'; export const RED = 'rgb(237, 82, 82)'; export const SAND_YELLOW = 'rgb(244, 218,97)'; export const SAND_YELLOW_25 = 'rgba(244, 218,97, 0.25)'; export const SAND_YELLOW_50 = 'rgba(244, 218, 97, 0.5)'; export const BLUE_LED = 'rgba(0, 0, 128, 0.5)'; export const GREEN_LED = 'rgba(0, 128, 0, 0.5)'; export const PINK_LED = 'rgba(128, 0, 128, 0.5)'; //Changed the lightness value in HSL colour picker to get new lighter RGB values export const SCREENFREE_PURPLE = 'rgb(118, 53, 151)'; export const SCREENFREE_GREEN = 'rgb(3, 125, 60)'; export const SCREENFREE_YELLOW = 'rgb(250, 217, 5)'; export const SCREENFREE_RED = 'rgb(91, 20, 19)'; export const SCREENFREE_BLUE = 'rgb(0, 170, 255)'; //Original RB values for the screenfree cards // export const SCREENFREE_PURPLE = 'rgb(47, 21, 60)'; // export const SCREENFREE_GREEN = 'rgb( 1, 55, 26)'; // export const SCREENFREE_YELLOW = 'rgb(97, 85, 2)'; // export const SCREENFREE_RED = 'rgb(91, 20, 19)'; // export const SCREENFREE_BLUE = 'rgb( 0, 57, 85)';