java

PHOTO EMBED

Thu May 30 2024 09:28:59 GMT+0000 (Coordinated Universal Time)

Saved by @calazar23

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        primary: '#FF6347',
        secondary: '#32CD32',
        accent: '#FFD700',
      },
    },
  },
};
content_copyCOPY