Skip to content

Commit

Permalink
reverted pink palette (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski authored Jul 31, 2021
1 parent 08ee414 commit 0f84537
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ export const PinkPalette = new ColorPalette(
Color.fromString('#fdb4c8'),
Color.fromString('#fda1ba'),
Color.fromString('#fc8eac'),
Color.fromString('#e96a97'), // Pantone 16-2126 TCX [Azalea Pink]
Color.fromString('#b61c50'), // Pantone 18-1950 TCX [Jazzy]
Color.fromString('#a52350'), // Pantone 19-2039 TCX [Granita]
Color.fromString('#77202f'), // Pantone 19-1652 TCX [Rhubarb]
Color.fromString('#fb7b9e'),
Color.fromString('#fa4274'),
Color.fromString('#f92e66'),
Color.fromString('#d4063e'),
'pink-palette',
'Flamingo',
);
Expand Down

0 comments on commit 0f84537

Please sign in to comment.