This is a Tailwind CSS plugin that adds Thaitone colors to TailwindCSS color set. Hex code can be found in Poakpong's article.
pnpm add tailwind-thaitone
import thaitone from 'tailwind-thaitone'
/** @type {import('tailwindcss').Config} */
export default {
plugins: [
thaitone
]
}