Each platform used different measurements to describe values: for colors, the web used HEX, iOS used RGB, and for spacing, the web used pixels (px), while Android used density-independent pixels (dp), etc. As a result, this disparity added a significant amount of additional work and communication between developers and designers.