Skip to content

Commit

Permalink
Jazzy Brown
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Jun 24, 2023
1 parent da07212 commit 4fc4695
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ <h3>Jazzy Grey</h3>

</div>
</div>

<div class="box">
<h3>Jazzy Brown</h3>
<div class="palette_box">

</div>
</div>



Expand Down
1 change: 1 addition & 0 deletions public/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const colorList = [
'#F9F900','#FFFF0D','#FFFF1F','#FCFC34','#FFFF3D','#FFFF5A','#FFFF74','#FFFF92', // Yellow
'#D11D3C','#E72244','#F92F51','#FF385B','#FF4868','#FF5472','#FD627D','#FB738B', // Pink
'#3A3A3A','#414141','#4D4D4D','#525252','#606060','#6D6D6D','#898989','#989898', // Grey
'#834200','#994D00','#B75C00','#D46B03','#F47A00','#FA820A','#FF8F20','#FF9B37', // Brown
];


Expand Down

0 comments on commit 4fc4695

Please sign in to comment.