diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
index f7df64c8b6434c3f221859eb4e5e26fffbd36c26..c74cc26a2bcd8c8cba6d5ab9c0abd7b0f2f6d0ae 100644
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -4,7 +4,11 @@ module.exports = {
     "./src/**/*.{js,jsx,ts,tsx}"
   ],
   theme: {
-    extend: {},
+    extend: {
+      colors: {
+        infn: "#4496b8"
+      }
+    },
     container: {
       center: true
     }