The only colours that will be available are the ones found in your design. There is no 'default' pallette.
Mar 10, 2024
7
Level 1
missing tailwind colours
there are certain colours that i know should be available as part of the default tailwind palette and yet when i try to use them they arent there, like im pretty sure the entire slate palette is just not there or half of the gray palette i can get 500 600 and 900 but all the other gray shades arent available.
do i need to export the colours manually somehow in the config or is laravel 10 using an older version of tailwind? im also using blade
Level 1
yeah ive been using npm run dev and laragon to test it, it might have been that i wasnt clearing the cache when i refreshed (doing ctrl+r instead of ctrl+shift+r or ctrl+F5), tho i did add all the colours to the tailwind config as below
theme: {
colors: {
transparent: 'transparent',
current: 'currentColor',
black: colors.black,
white: colors.white,
slate: colors.slate,
gray: colors.gray,
zinc: colors.zinc,
neutral: colors.neutral,
stone: colors.stone,
...,
}
Please or to participate in this conversation.