Last updated 4 months ago
Was this helpful?
You can export every color shade to a CSS file on your computer. Learn more about CSS4 Custom Properties on the .
The export file follows this model:
:root[data-theme="themeName"] { /* sourceColorName */ --sourceColorName-stopName: rgb(207, 205, 255); ... }
You can switch the color space into hexadecimal code, , or values.
hexadecimal code,
,
Tailwind
Pro
RGB
LCH
P3