Add tailwind color themes to builderio

is it possible for me to take my tailwind color themes to builderio?

i have an color something like this in my tailwind file

colors: {
‘green’: {
DEFAULT: ‘#00AA6B’,
25: ‘#CCFFE5’,
50: ‘#88FFC6’,
100: ‘#70F5B0’,
200: ‘#57DE9B’,
300: ‘#3CC786’,
400: ‘#17B171’,
500: ‘#009B5D’,
600: ‘#00854A’,
700: ‘#007037’,
800: ‘#005C25’,
900: ‘#004814’,
},
}

i want add these colors to builderio with something like colorpicker that returns code of the color is it possible?

Hello Ischafak,

Builder does allow for custom component integrations. If you would like to integrate custom UI options that only offers your pre-selected colors you would be able to do so.