Design comparison
SolutionDesign
Community feedback
- @RiccardoColtrinariPosted 4 months ago
great job! I you want to use the given colors you could add this to your tailwind.config.js theme:
colors: { "primary": "hsl(47, 88%, 63%)", "white": "hsl(0, 0%, 100%)", "grey": "hsl(0, 0%, 50%)", "black": "hsl(0, 0%, 7%)" },
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord