# CheckoutBrandingColorGlobal - admin-graphql - OBJECT Version: 2024-10 ## Description A set of colors for customizing the overall look and feel of the checkout. ### Access Scopes access to checkout branding settings and the shop must be on a Plus plan or a Development store plan. ## Fields * [accent](/docs/api/admin-graphql/2024-10/scalars/String): String - A color used for interaction, like links and focus states. * [brand](/docs/api/admin-graphql/2024-10/scalars/String): String - A color that's strongly associated with the merchant. Currently used for primary buttons, for example **Pay now**, and secondary buttons, for example **Buy again**. * [critical](/docs/api/admin-graphql/2024-10/scalars/String): String - A semantic color used for components that communicate critical content. For example, a blocking error such as the requirement to enter a valid credit card number. * [decorative](/docs/api/admin-graphql/2024-10/scalars/String): String - A color used to highlight certain areas of the user interface. For example, the [`Text`](https://shopify.dev/docs/api/checkout-ui-extensions/latest/components/titles-and-text/text#textprops-propertydetail-appearance) component. * [info](/docs/api/admin-graphql/2024-10/scalars/String): String - A semantic color used for components that communicate general, informative content. * [success](/docs/api/admin-graphql/2024-10/scalars/String): String - A semantic color used for components that communicate successful actions or a positive state. * [warning](/docs/api/admin-graphql/2024-10/scalars/String): String - A semantic color used for components that display content that requires attention. For example, something that might be wrong, but not blocking. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples