Skip to content

Commit

Permalink
Merge pull request #636 from surajgjadhav/feature/surajgjadhav/603
Browse files Browse the repository at this point in the history
feat(603): Added red-orange color palette
  • Loading branch information
sudhanshutech committed Jul 24, 2024
2 parents a86627e + e80d740 commit a56184b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/theme/colors/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ export const red = {
10: '#660624'
};

export const redOrange = {
70: '#E8BEB3',
60: '#E1A999',
50: '#D99380',
40: '#D17D66',
30: '#CA684D',
20: '#C25233',
10: '#BB3D1A'
};

export const defaultPalette = {
keppel: ['#DAF3EB', '#93E6D1', '#41CCB3', '#00B39F', '#007763', '#006661', '#00403F']
};
Expand Down

0 comments on commit a56184b

Please sign in to comment.