# CheckoutBrandingColorScheme - admin-graphql - OBJECT Version: 2024-10 ## Description A base set of color customizations that's applied to an area of Checkout, from which every component pulls its colors. ### Access Scopes access to checkout branding settings and the shop must be on a Plus plan or a Development store plan. ## Fields * [base](/docs/api/admin-graphql/2024-10/objects/CheckoutBrandingColorRoles): CheckoutBrandingColorRoles - The main colors of a scheme. Used for the surface background, text, links, and more. * [control](/docs/api/admin-graphql/2024-10/objects/CheckoutBrandingControlColorRoles): CheckoutBrandingControlColorRoles - The colors of form controls, such as the [`TextField`](https://shopify.dev/docs/api/checkout-ui-extensions/latest/components/forms/textfield) and [`ChoiceList`](https://shopify.dev/docs/api/checkout-ui-extensions/latest/components/forms/choicelist) components. * [primaryButton](/docs/api/admin-graphql/2024-10/objects/CheckoutBrandingButtonColorRoles): CheckoutBrandingButtonColorRoles - The colors of the primary button. For example, the main payment, or **Pay now** button. * [secondaryButton](/docs/api/admin-graphql/2024-10/objects/CheckoutBrandingButtonColorRoles): CheckoutBrandingButtonColorRoles - The colors of the secondary button, which is used for secondary actions. For example, **Buy again**. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples