Back to Plugins
CSS/SCSS Variables Colorizer

CSS/SCSS Variables Colorizer

Smoothly integrate Figma colors into your CSS/SCSS variables.

Plugin Preview

CSS/SCSS Variables Colorizer preview

About this plugin

Usage

  1. Copy the base CSS or SCSS variable code.
  2. Launch the plugin.
  3. Paste the code into the input field of the plugin UI.
  4. Click the button.
  5. The plugin generates code where the color variables with the same name as Figma variables are set to the colors of those variables.

For example, you can input next code.

// CSS variables
--primaryColor: #ffffff;
--secondaryColor: #000000;

// SCSS variables
$primaryColor: #ffffff;
$secondaryColor: #000000;

Plugin Details

Version9
CreatedMay 18, 2024
Last UpdatedJuly 8, 2024
CategorySoftware development
CreatorTaichi K.
Stats10 installs, 2 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:ui.html
  • main:code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none