Hi @tomr96
I’m testing locally with WP 5.9.2 and Pro 5.2.0-B4 and the colors seem to work.
Have created 3 Global Colors:
color1 : rgba(255, 255, 0, 0.75)
color2 : rgba(255, 0, 0, 0.75)
color3 : rgb(0, 0, 255)
Then created a section with 3 columns and set the background of each as follows:
column1 : color1 adjusted with orange circle to rgba(255, 255, 0, 0.85)
column2 : color2 adjusted with orange circle to rgba(255, 0, 0, 0.85)
column3 : color3 adjusted with orange circle to rgba(0, 0, 255, 0.5)
All these display as expected when viewing on the frontend with .x-col (column) background-color: property correctly set to the adjusted color values.
Are you seeing any JS or PHP errors?