diff --git a/daily-thought-frontend/tailwind.config.js b/daily-thought-frontend/tailwind.config.js
index cf9b177722f830977ce2abe313a7ded7216b17d3..092e9803f15767189069657928fdec3a1d206832 100644
--- a/daily-thought-frontend/tailwind.config.js
+++ b/daily-thought-frontend/tailwind.config.js
@@ -9,7 +9,12 @@ module.exports = {
     "./src/**/*.{js,ts,jsx,tsx}",
   ],
   theme: {
-    extend: {},
+    extend: {
+      colors: {
+        'c-green': '#7bfba5',
+        'c-pink': '#ea3381'
+      }
+    },
   },
   plugins: [],
 }