Describe the bug
Not really a bug, but the current set of Tailwind colors is sometimes too limiting. For example, the closest tailwind color to the neon yellow color #DBF301 is yellow-500, which is quite different. See example below:
Design:

Generated page:

Solution
Implement a check that when the closest TW color is still too different from the given color, we should hardcode the color instead.