Back to Plugins
Styles2CSV

Styles2CSV

Plugin that extracts and exports your local colors and fonts styles to CSV format.

Plugin Preview

Styles2CSV preview

About this plugin

Disclaimer: This is a new version of a similar plugin, completely rewritten for the new Figma API.


Features


Style Extraction

  1. Local Paint Styles: Extract all color styles including solid colors, gradients (linear, radial, conic, diamond)
  2. Local Text Styles: Extract typography styles with font family, weight, size, and line height information
  3. Local Variables: Extract color variables with mode-specific values for design tokens


Data Processing

  1. Multiple Color Formats: Support for RGBA, HEX (AARRGGBB), and HEX (RRGGBB) formats
  2. Gradient Support: Full support for all Figma gradient types with proper CSS conversion
  3. Mode-Aware Variables: Correctly handles variable modes with readable collection/mode names
  4. Comprehensive Metadata: Includes style names, descriptions, types, and mode information


Filtering Options

  1. Style Type Filters: Toggle Colors, Typography, and Variables independently
  2. Export Settings: Configure color format before export
  3. Real-time Updates: Live filtering and preview of exported data


CSV Output Format


The exported CSV contains the following columns:

  1. Type - Style type (FILL, FONT)
  2. Mode -Variable mode name (if applicable)
  3. Name - Style name from Figma
  4. Value - Processed style value (color, gradient, or font specification)
  5. Description - Style description from Figma


Example Output


CSV

Type,Mode,Name,Value,Description
FILL,,"Primary/Blue/500","rgba(59, 130, 246, 255)","Primary brand color"
FILL,"Theme/Dark","Background","rgba(18, 18, 18, 255)","Dark theme background"
FONT,,"Heading/Large","Inter, 32px, Bold, 120%","Main page headings"

Plugin Details

Version2
CreatedSeptember 3, 2025
Last UpdatedOctober 17, 2025
CategoryImport & export plugins
CreatorНиколай Лихошерстов
Stats2 installs, 0 likes
PricingFree

Technical Details

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