/*
grey      #969696  rgb(150,150,150)
darkgrey  #252525  rgb(37,37,37)
blue      #68a2d9  rgb(104,162,217)
pink      #c7907a  rgb(199,144,122)
green     #87b796  rgb(135,183,150)
purple    #9368e8  rgb(147,104,232)
yellow    #ffc243  rgb(255,194,67)
white
black
*/


/*Text colours*/
.text_grey{ color: #969696;}
.text_darkgrey{ color: #252525;}
.text_blue{ color: #68a2d9;}
.text_pink{ color: #c7907a;}
.text_green{ color: #87b796;}
.text_purple { color: #9368e8;}
.text_yellow { color: #ffc243;}
.text_white{ color: #ffffff;}
.text_black{ color: #252525;}


/*Background colours*/
.back_grey { background-color: #969696 ;}
.back_darkgrey{ background-color: #252525;}
.back_blue{  background-color: #68a2d9 ;}
.back_pink{  background-color: #c7907a ;}
.back_green{  background-color: #87b796 ;}
.back_purple { background-color: #9368e8;}
.back_yellow { background-color: #ffc243;}
.back_white { background-color: #ffffff ;}
.back_black { background-color: #252525 ;}
.back_none { background-color: transparent ;}

/*Border colours*/
.border_grey { border-color: #969696 !important;}
.border_darkgrey{ border-color: #252525 !important ;}
.border_blue { border-color: #68a2d9 !important;}
.border_pink { border-color: #c7907a !important;}
.border_green { border-color: #87b796 !important;}
.border_purple { border-color: #8000ff !important;}
.border_yellow { border-color: #ffc243 !important;}
.border_white { border-color: #ffffff !important;}
.border_black { border-color: #252525 !important;}