Skip to content

Commit

Permalink
#333333, #BBBBBB added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Oct 27, 2022
1 parent dc84c4e commit b91ab2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ <h2>Click on palette to copy</h2>
<div class="box vertical2"></div>
</div>

<div class="palettes">
<div class="box horizontal1"></div>
<div class="box horizontal2"></div>
<div class="box vertical1"></div>
<div class="box vertical2"></div>
</div>


</div>

Expand Down
5 changes: 4 additions & 1 deletion public/js/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ const colorList = ['#6924FF, #9666FF',
'#585819, #B0B210',
'#585819, #B0B210',
'#585819, #B0B210',

'#333333, #BBBBBB',
'#333333, #BBBBBB',
'#333333, #BBBBBB',
'#333333, #BBBBBB',

];

0 comments on commit b91ab2e

Please sign in to comment.