--- title: Checkout branding is moving to stable, with an update on color settings - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/checkout-branding-is-moving-to-stable-with-an-update-on-color-settings md: https://shopify.dev/changelog/checkout-branding-is-moving-to-stable-with-an-update-on-color-settings.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2023 Tags: * API # Checkout branding is moving to stable, with an update on color settings As of 2023-09-15, we've made updates to the color settings available in the Checkout Branding API, moving to the 2023-10 stable release. These changes will give merchants more control over colors in checkout including defining and applying color schemes with more controls over borders, icons, form fields and button colors *Note:* please reference the new `CheckoutBrandingColorsInput` element and avoid the deprecated [CheckoutBrandingColorPaletteInput](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/CheckoutBrandingDesignSystemInput#field-checkoutbranding%5B%E2%80%A6%5Dysteminput-colorpalette) when making changes to checkout branding via the API. Any previous API calls that set a colorPalette have been automatically updated to the new color system. Future API calls must use the new system in order for changes to be reflected. Learn more about our color settings [here](https://shopify.dev/docs/apps/checkout/applying-color-changes) or review the reference [documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/checkoutBrandingUpsert).