Picture Element Card color issues

Hey there, can someone help me figure out why type: state-label and type: icon don’t respond to manual color changes? Code below:

  - type: state-label
    title: Master Bedroom Temperature
    entity: sensor.master_bedroom_climate_temperature_rounded
    style:
      top: 63%
      left: 19%
      '--paper-item-icon-color': '#333333'
  - type: state-label
    title: Master Bedroom Humdity
    entity: sensor.master_bedroom_climate_humidity
    style:
      top: 65%
      left: 19%
      '--paper-item-icon-color': '#333333'
  - type: conditional
    conditions:
      - entity: binary_sensor.freezer_door
        state: 'off'
      - entity: binary_sensor.fridge_door
        state: 'off'
    elements:
      - type: icon
        title: Fridge and Freezer Closed
        icon: 'mdi:fridge-variant-outline'
        style:
          top: 47%
          left: 81.5%
          '--paper-item-icon-color': white