diff --git a/tailwind.config.js b/tailwind.config.js
index 23493490..09a917e0 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -118,6 +118,7 @@ module.exports = {
},
backgroundImage: {
'badge-gradient': 'linear-gradient(120deg, rgba(150,1,103,1) 0%, rgba(158,3,106,1) 40%, rgba(250,26,140,1) 100%)',
+ 'brand-gradient': 'linear-gradient(to top right, #009fff, #165883, #18527b)',
},
height: {
'128': '32rem',