Skip to content

Instantly share code, notes, and snippets.

@realStandal
Created November 21, 2022 02:56
Show Gist options
  • Save realStandal/61b59a725eba400b36b47a3ba537ac8c to your computer and use it in GitHub Desktop.
Save realStandal/61b59a725eba400b36b47a3ba537ac8c to your computer and use it in GitHub Desktop.
RedwoodJS Fluent UI Color Palette
[
{
"paletteName": "RedwoodJS — Fluent UI",
"swatches": [
{
"name": "10",
"color": "360D02"
},
{
"name": "20",
"color": "431306"
},
{
"name": "30",
"color": "501B0C"
},
{
"name": "40",
"color": "5D2313"
},
{
"name": "50",
"color": "692D1B"
},
{
"name": "60",
"color": "763825"
},
{
"name": "70",
"color": "834430"
},
{
"name": "80",
"color": "925340"
},
{
"name": "90",
"color": "A06652"
},
{
"name": "100",
"color": "AE7663"
},
{
"name": "110",
"color": "BB8876"
},
{
"name": "120",
"color": "C89A8A"
},
{
"name": "130",
"color": "D5AEA0"
},
{
"name": "140",
"color": "E3C3B7"
},
{
"name": "150",
"color": "F0D9D0"
},
{
"name": "160",
"color": "FDF0EB"
}
]
}
]
@realStandal
Copy link
Author

For use with https://palettte.app/ > "Import Palettes"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment