Landing Page

This commit is contained in:
2025-03-11 06:00:43 +08:00
parent 8eee11fd72
commit 61e855bd0f
14 changed files with 142 additions and 68 deletions

View File

@@ -6,15 +6,18 @@ const colors = {
"white-trans-3": "rgba(255, 255, 255, 0.9)",
"trans": {
"dark": {
"1": "rgba(0, 0, 0, 0.5)",
"2": "rgba(0, 0, 0, 0.7)",
"3": "rgba(0, 0, 0, 0.9)"
"1": "rgba(0, 0, 0, 0.3)",
"2": "rgba(0, 0, 0, 0.5)",
"3": "rgba(0, 0, 0, 0.7)",
"4": "rgba(0, 0, 0, 0.9)"
}
},
"grey": {
"1": "#F4F5F6",
"2": "#CBCACD"
}
},
"Bg": "#D1d9e8",
}
export default colors