Color Jedi logo

Color Jedi

Published June 2026
   •    Updated July 2026

Plugin details

Instantly use your Bubble app’s theme colors inside custom CSS.
Jedi Color Variables exposes your Bubble color palette as clean, reusable CSS variables, making it easy to style HTML elements, custom layouts, reusable components, and advanced designs using the same colors already defined in your app. Instead of manually copying hex codes or hardcoding brand colors, you can reference your Bubble theme colors directly in CSS and keep your design system consistent across the entire app.

Perfect for builders who use custom HTML, CSS, plugins, design systems, dashboards, client portals, and highly styled Bubble apps.

$25

One time  •  Or  $5/mo

stars   •   0 ratings
5 installs  
This plugin does not collect or track your personal data.

Platform

Web

Contributor details

Boston85719 logo
Boston85719
Joined 2018   •   19 Plugins
View contributor profile

Instructions

Check the plugin documentation for setup and configuration guidance:
https://jedistudios.io/plugins/color-jedi

Check out the plugin demo editor:

https://bubble.io/page?id=color-jedi-demo&tab=Design&name=plugin-demo&type=page

Install the plugin in your Bubble app. No element needs to be placed on the page.

Once installed, your Bubble theme colors are available globally as CSS variables using the `--color-jedi-` prefix.

Example:

```css
.my-button {
 background-color: var(--color-jedi-primary);
 color: var(--color-jedi-primary-contrast);
}
```

```css
.my-card {
 background-color: var(--color-jedi-surface);
 border-color: var(--color-jedi-gray-30);
 color: var(--color-jedi-text);
}
```

Custom colors from your Bubble color palette are also available using their color names converted to CSS-friendly format.

Example:

```css
.highlight {
 background-color: var(--color-jedi-hot-pink);
}
```

Use these variables anywhere custom CSS is supported, including HTML elements, reusable components, page-level CSS, and plugin styling.

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:
Productivity   •   Technical   •   Media   •   Visual Elements

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble