Filament colors as reported in the store or by the device

Hello Bambu,

I’m creating a little command line utility for monitoring and controlling Bambu printers; to present the user with a friendly name for the filament colors I looked up the filament color hex codes as advertized on the Bambu store, see https://github.com/zevv/bambucli/blob/master/filament.nim

The problem I am running into is that there seems to be a mismatch between the colors from the store and the colors reported by the printer/AMS after reading the RFID tag; for example, PLA tough white is reported by the device as DDE5EDFF, while in the store it is sold as F9F7F4FF.

Is a complete and correct list of color codes for the various Bambu filaments available somewhere?