PowerPoint Brand Color Palette: How to Lock for Company-Wide Use
🔍 WiseChecker

PowerPoint Brand Color Palette: How to Lock for Company-Wide Use

When you manage brand assets for your organization, ensuring every employee uses the correct colors in PowerPoint presentations can be a challenge. Without a locked palette, users often pick colors from outside the approved scheme, creating inconsistent branding across decks. PowerPoint provides a built-in feature called Theme Colors that lets you define a custom color palette and then save it as a template file. This article shows you how to create, save, and lock that palette so every slide stays on-brand.

Key Takeaways: Locking a Brand Color Palette in PowerPoint

  • Design > Variants > Colors > Customize Colors: Opens the dialog to define your brand’s 12 accent and text/background colors.
  • Save as .thmx (Office Theme) file: Stores the palette in a reusable template that can be distributed company-wide.
  • Group Policy or Intune deployment: Pushes the .thmx file to users’ %appdata%\Microsoft\Templates\Document Themes folder to lock the palette as the default.

ADVERTISEMENT

What the PowerPoint Brand Color Palette Does and Why You Need to Lock It

PowerPoint’s color palette is part of the document theme. A theme contains a set of 12 colors: four text/background colors (dark text on light background, light text on dark background, and two accents) plus six accent colors and two hyperlink colors. When you define these colors correctly, every shape, chart, table, and SmartArt graphic in a presentation can only use colors from this palette — if users stick to the theme colors.

The problem is that PowerPoint does not prevent users from picking arbitrary colors from the standard color picker. Even if you create a custom theme, a user can click “More Colors” and enter an RGB value outside the brand palette. Locking the palette means two things: you remove the temptation by hiding the “More Colors” option in the theme, and you distribute the theme file so it becomes the default in your organization.

PowerPoint alone cannot completely block the color picker. The locking mechanism relies on distributing a .thmx file via Group Policy or Mobile Device Management (MDM) tools like Intune. When the theme is installed in the correct folder, PowerPoint loads it automatically for every new presentation. Users can still override colors, but the brand palette becomes the first and most obvious choice.

Steps to Create and Distribute a Locked Brand Color Palette

Follow these steps to create your brand palette, save it as an Office Theme file, and deploy it so it becomes the default across your company.

Step 1: Define Your Brand Colors in PowerPoint

  1. Open a blank presentation
    Launch PowerPoint and create a new blank presentation. This ensures no existing theme interferes with your custom settings.
  2. Go to Design > Variants > Colors > Customize Colors
    On the Design tab, click the Variants group (the small down arrow), then hover over Colors and select Customize Colors at the bottom of the dropdown. The Create New Theme Colors dialog opens.
  3. Enter your 12 brand colors
    In the dialog, you see 12 color slots: Text/Background – Dark 1, Light 1, Dark 2, Light 2, then Accent 1 through Accent 6, followed by Hyperlink and Followed Hyperlink. Click each color button to open the color picker. Enter the exact RGB or hex values from your brand guidelines. For example, Accent 1 might be your primary brand blue (0, 102, 204).
  4. Name and save the palette
    At the bottom of the dialog, type a descriptive name for your palette, such as “CompanyName Brand 2025.” Click Save. The palette now appears in the Colors dropdown under Custom.

Step 2: Save the Palette as an Office Theme File

  1. Apply the custom palette to the current presentation
    If you haven’t already, select your custom palette from Design > Variants > Colors so the presentation uses your brand colors.
  2. Go to Design > Themes > Save Current Theme
    On the Design tab, click the Themes button (the large gallery) and then click Save Current Theme at the bottom of the gallery. The Save Current Theme dialog appears.
  3. Save as .thmx in the Document Themes folder
    By default, PowerPoint saves to %appdata%\Microsoft\Templates\Document Themes. Keep this location. Type a name like “CompanyNameBrand.thmx” and click Save. The .thmx file now contains your brand palette plus any other theme elements you may have set (fonts, effects, background styles).

Step 3: Distribute the Theme File to All Users

  1. Copy the .thmx file to a network share or cloud storage
    Place the file in a location accessible to all users, such as a SharePoint document library or a network drive. Set permissions to Read-Only for everyone except administrators.
  2. Use Group Policy to deploy the theme file
    Open Group Policy Management Console. Create a new GPO or edit an existing one. Navigate to Computer Configuration > Preferences > Windows Settings > Files. Add a new File preference action. Set Action to Update. Source file is your network share path. Destination path is %appdata%\Microsoft\Templates\Document Themes\CompanyNameBrand.thmx. This copies the file to every user’s local theme folder.
  3. Set the theme as the default for new presentations
    In the same GPO, navigate to User Configuration > Policies > Administrative Templates > Microsoft PowerPoint 2016 > PowerPoint Options > Save. Enable the policy “Default theme for new presentations” and enter the full path to the .thmx file on the user’s local machine, e.g., %appdata%\Microsoft\Templates\Document Themes\CompanyNameBrand.thmx. This forces PowerPoint to use your brand theme when creating new blank presentations.
  4. Deploy via Intune (if using Microsoft 365)
    In the Microsoft Intune admin center, create a new Windows app deployment. App type: Windows app (Win32). Package the .thmx file in a .intunewin file. Set the install command to copy the file to %appdata%\Microsoft\Templates\Document Themes\CompanyNameBrand.thmx. Assign the app to all users.

ADVERTISEMENT

Common Issues When Locking the Brand Color Palette

Users Can Still Pick Colors Outside the Palette

Even with the theme deployed, users can click the Shape Fill button, then click “More Fill Colors,” and enter any RGB value. To reduce this behavior, train users to use only the theme color swatches. You can also remove the “More Colors” option by customizing the Ribbon? No, PowerPoint does not expose that setting. The only workaround is to replace the default Office theme with your custom .thmx file, which makes your brand colors appear first in the color picker. Most users will not dig into the advanced picker if the correct colors are visible.

The Theme Does Not Apply to Existing Presentations

The Group Policy default theme setting only affects new blank presentations. Existing files keep their original theme. To update existing presentations, users must manually apply the theme: Design > Themes > Browse for Themes, then select your .thmx file. You can automate this with a PowerShell script that opens each file, applies the theme, and saves.

Theme Colors Change When Copying Slides Between Presentations

When a user copies a slide from one presentation to another, PowerPoint maps the colors to the destination theme’s palette. If the destination uses a different theme, the brand colors may shift. Always instruct users to paste slides using “Use Destination Theme” (the Paste Options button after pasting). You can also enforce a single company-wide template (.potx) that includes the locked theme, making all presentations start from the same base.

PowerPoint Color Palette Locking Methods: Group Policy vs Intune vs Manual

Item Group Policy Intune (MDM) Manual Distribution
Deployment scope On-premises domain-joined devices Cloud-managed Windows 10/11 devices Individual users or small teams
File delivery File copy via Group Policy Preferences Win32 app deployment Email or network share download
Default theme enforcement Yes, via Administrative Template policy Requires custom ADMX import or script No enforcement
User override prevention None (users can still pick custom colors) None None
Best for Large enterprises with Active Directory Cloud-first organizations with Intune Small businesses or pilot testing

All three methods require the .thmx file. None of them completely block the color picker. The most reliable approach combines Group Policy or Intune deployment with user training and a locked template (.potx) that includes the brand palette.

You now have a process to define your brand colors in PowerPoint, save them as an Office Theme, and deploy the theme to every user in your organization. The key is to use Group Policy or Intune to place the .thmx file in the Document Themes folder and set it as the default theme. For an extra layer of control, create a .potx template that applies the theme and add a macro that warns users when they try to use a non-brand color. This approach ensures your brand identity remains consistent across all PowerPoint presentations.

ADVERTISEMENT