You can use Global Color in your custom css file using Global id. Check the css below...
.class-name { background: color(1); color: color(2); }
Change (1) and (2) to Global Color id.