Skip to content

Instantly share code, notes, and snippets.

@indaco
indaco / open-props.style-dictionary-tokens.json
Last active October 24, 2023 08:23
open-props: style-dictionary tokens
{
"radius": {
"1": {
"value": "2px",
"type": "border-radius"
},
"2": {
"value": "5px",
"type": "border-radius"
},
@indaco
indaco / tailwindcss_colors.json
Created September 11, 2024 08:40
The full Tailwind CSS color palette as JSON
{
"slate": {
"50": "#f8fafc",
"100": "#f1f5f9",
"200": "#e2e8f0",
"300": "#cbd5e1",
"400": "#94a3b8",
"500": "#64748b",
"600": "#475569",
"700": "#334155",