Skip to content
Snippets Groups Projects
Verified Commit cd2b06cd authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new mario bros palette

parent cc549f79
No related branches found
No related tags found
No related merge requests found
Pipeline #1539 passed
......@@ -45,6 +45,10 @@ const PALETTES = [
{
name: "pacman",
colors: ["ffff00", "ffb897", "3732ff", "000000"]
},
{
name: "mariobros",
colors: ["f7cec3", "cc9e22", "923404", "000000"]
}
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment