Review the cobe source code to find where the base color is applied (likely in the WebGL rendering pipeline). Look for a color configuration option that could accept an alpha value. Examine files like src/globe.ts or similar. Check comments in the issue for any suggestions. Consider adding an opacity parameter to the existing color property.