Codigo HTML + Tailwind CSS:
Selecionar
<button class="tw-flex tw-items-center tw-rounded-lg tw-justify-center tw-px-6 tw-py-2 tw-bg-slate-150 tw-font-medium tw-text-slate-800 hover:bg-slate-500 hover:tw-text-white">
Default
</button>
<button class="tw-flex tw-items-center tw-rounded-lg tw-justify-center tw-px-6 tw-py-2 tw-bg-purple-700 tw-font-medium tw-text-white hover:tw-bg-purple-900">
Novo registro
</button>
<button class="tw-flex tw-items-center tw-rounded-lg tw-justify-center tw-px-6 tw-py-2 tw-bg-orange-600 tw-font-medium tw-text-white hover:tw-bg-orange-700">
Secundário
</button>
<button class="tw-flex tw-items-center tw-rounded-lg tw-justify-center tw-px-6 tw-py-2 tw-bg-sky-500 tw-font-medium tw-text-white hover:tw-bg-sky-700">
Info
</button>
<button class="tw-flex tw-items-center tw-rounded-lg tw-justify-center tw-px-6 tw-py-2 tw-bg-emerald-500 tw-font-medium tw-text-white hover:tw-bg-emerald-700">
Salvar
</button>
<button class="tw-flex tw-items-center tw-rounded-lg tw-justify-center tw-px-6 tw-py-2 tw-bg-amber-500 tw-font-medium tw-text-white hover:tw-bg-amber-600">
Atenção
</button>
<button class="tw-flex tw-items-center tw-rounded-lg tw-justify-center tw-px-6 tw-py-2 tw-bg-red-600 tw-font-medium tw-text-white hover:tw-bg-rose-700">
Cancelar
</button>