Extensions
  • Home
  • Add-ons
  • Themes
  • Approval Queue
  • About
  • Upload Extension
  • Sign in
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    DEVELOPMENT

    • Roadmap

      See which projects are currently being worked on and what's next.

    • Documentation

      Guidelines, release notes and development docs.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

All Add-ons

Add-on B Palettes
B Palettes

Import/Export Color Palettes.
Add-on by Dinesh007
About What's New Permissions Reviews Version History

B Palette


Blender Software License

B Palette is a versatile tool for Blender users who work with color palettes. It allows seamless import and export of palettes in multiple formats. The addon supports importing GPL, ASE, ACO, PAL, CLR, CSV, CSS, and TXT files, enabling you to bring in color schemes from external tools like Adobe Photoshop, GIMP, and Procreate. You can also export palettes in the GPL format for use in other applications.

Location: File > Import/Export > B Palette


How to Use

Importing Palettes:

  • Go to File > Import > B Palette.
  • Select a file in a supported format (GPL, ASE, ACO, PAL, CLR, CSV, CSS, and TXT).

-The palette will be imported and added to Blender's palette list.

Exporting Palettes:

  • Go to File > Export > B Palette.
  • Choose the palette you want to export from the dropdown menu.
  • Save the palette as a GPL file for external use.

CSV File Structure

A CSV (Comma-Separated Values) file can support various formats to describe colors. Supported structures include:

  1. Hexadecimal Notation (with or without #):

    #FF5733, #C70039, #900C3F
    FFC300, DAF7A6, 581845
    
  2. RGB Values (0–255):

    255, 87, 51
    199, 0, 57
    144, 12, 63
    
  3. Mixed (HEX and RGB):

    #FF5733
    199, 0, 57
    #DAF7A6
    
  • Parsing Notes:
    Each row or clum can represent a single color, or multiple comma-separated color codes. Any non-color text is ignored.

CSS File Structure

A CSS (Cascading Style Sheets) file can contain color codes in styles or inline formats. Supported formats include:

  1. Hexadecimal Colors:

    background-color: #FF5733;
    color: #C70039;
    
  2. RGB Colors:

    border-color: rgb(255, 87, 51);
    
  3. HSL Colors (Converted to RGB):

    background: hsl(340, 100%, 50%);
    
  • Parsing Notes:
    Any valid color in a CSS file, regardless of the surrounding properties, is detected. Commented lines (e.g., /* this is a comment */) and other non-color data are ignored.

TXT File Structure

A TXT file supports flexible formats to store color codes. Supported structures include:

  1. Hexadecimal Colors:

    #FF5733
    C70039
    
  2. RGB Values:

    255, 87, 51
    199 0 57
    
  3. HSL Values (Converted to RGB):

    hsl(340, 100%, 50%)
    
  4. Prefixed HEX Colors (FF prefix):

    FF0A5733
    
  5. Mixed Formats:

    #FF5733
    255, 87, 51
    hsl(340, 100%, 50%)
    
  • Parsing Notes:
    Each line in the TXT file is scanned for a valid color. Unsupported lines or text are skipped.


What's New

1.1.0 August 13th, 2025

batch import/export(GPL) support

See all versions


Permissions

This extension requests the following permission:

  • Files

    Requires access to directory with color palette files

Developer
Dinesh007
Rating
Leave a review
Version
1.1.0
Updated
9 mo
Published
Nov. 26th, 2024
Downloads
6592
Size
5.4 KB
Compatibility
Blender 4.5 LTS and newer
Website
github.com/Dinesh0N
Report Issues
github.com/Dinesh0N/B_Palette
License
GNU General Public License v3.0 or later
Import-Export
...or download and Install from Disk
  • 5.4 KB

Reviews

See all
Be the first to review.
  • About
  • Privacy Policy
  • Terms of Service
About
  • Blender Foundation
  • Blender Institute
  • Blender Studio
  • License
  • Logo & Trademark
  • Credits
  • Privacy Policy
  • Code of Conduct
Organization
  • People
  • Jobs
Blender Network
Download
  • Latest Blender
  • Blender LTS
  • Previous Versions
  • Experimental Builds
  • Source Code
  • Requirements
  • Benchmark
  • Flamenco
Extensions
  • Add-ons
  • Themes
Developers
  • Get Started
  • Roadmap
  • Projects
  • Docs
  • Blog
  • Forum
  • YouTube
  • Python API
Blender Studio
  • Films
  • Training
  • Tools & Pipeline
Support
  • Manual
  • Community
  • FAQ
Get Involved
  • Documentation
  • Education
News
  • Press Releases
  • User Stories
Blender Conference
Follow Blender
Support Blender
  • Donate
  • One-time Donation
Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite