Define custom color palette in Tailwind config #1246
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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).