Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(603): Added red-orange color palette #636

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = {
Copy link
Member

@sudhanshutech sudhanshutech Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@surajgjadhav can you tell from where you added these hex codes?

Copy link
Author

@surajgjadhav surajgjadhav Jul 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from the link mentioned in original issue #603
https://maketintsandshades.com/#B32700

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
Loading