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

Define custom color palette in Tailwind config #1246

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ArjunGawande
Copy link

Changes Made:

Added a set of custom colors to the tailwind.config.js file under the colors section.
Defined primary, secondary, and other utility colors for consistent styling across the project.
New Custom Colors Added:

primary: #F15E40 - Main branding color.
secondary: #8BB191 - Secondary branding color.
tertiary: #62cae3 - Tertiary branding color.
dark: #0f172a - Dark shade (Slate-900 equivalent).
highlight: #a5d9cf - Accent color.
alert: #F07933 - Used for alerts or warnings.
area-cue: #004F6E - Background cue for Areas.
sport-climb-cue: #00b896 - Cue for sport climbs.
shadow: #84848442 - Shadow effect.
tooltip: rgb(254 243 199) - Background for Daist tooltip (amber-100).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant