Airtable color names.
To get the corresponding RGB or HEX values, use getRgbForColor or getHexForColor.
You can also pass these values into the color props for components:
Press shift + S to search API reference.
Airtable color names.
To get the corresponding RGB or HEX values, use getRgbForColor or getHexForColor.
You can also pass these values into the color props for components:
import {Box, colors} from '@airtable/blocks/ui';<Box backgroundColor={colors.BLUE} />