(feat:ui) updating hero, code snippets

This commit is contained in:
ManishMadan2882
2025-02-27 03:04:55 +05:30
parent 56b8074c22
commit 0b437d0e8d
4 changed files with 61 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
colors: {
'eerie-black': '#212121',
'black-1000': '#343541',
jet: '#343541',
'jet': '#343541',
'gray-alpha': 'rgba(0,0,0, .64)',
'gray-1000': '#F6F6F6',
'gray-2000': 'rgba(0, 0, 0, 0.5)',
@@ -32,23 +32,35 @@ module.exports = {
'green-2000': '#0FFF50',
'light-gray': '#edeef0',
'white-3000': '#ffffff',
'just-black':"#00000",
'purple-taupe':'#464152',
'just-black': '#00000',
'purple-taupe': '#464152',
'dove-gray': '#6c6c6c',
'silver': '#c4c4c4',
'rainy-gray': '#a4a4a4',
'raisin-black':'#222327',
'chinese-black':'#161616',
'chinese-silver':'#CDCDCD',
'dark-charcoal':'#2F3036',
'bright-gray':'#ECECF1',
'outer-space':'#444654',
'gun-metal':'#2E303E',
'sonic-silver':'#747474',
'soap':'#D8CCF1',
'independence':'#54546D',
'philippine-yellow':'#FFC700',
'bright-gray':'#EBEBEB'
'raisin-black': '#222327',
'chinese-black': '#161616',
'chinese-silver': '#CDCDCD',
'dark-charcoal': '#2F3036',
'bright-gray': '#ECECF1',
'outer-space': '#444654',
'gun-metal': '#2E303E',
'sonic-silver': '#747474',
'soap': '#D8CCF1',
'independence': '#54546D',
'philippine-yellow': '#FFC700',
'bright-gray': '#EBEBEB',
// New semantically named colors for UI elements
'chinese-white': '#e0e0e0',
'dark-gray': '#aaaaaa',
'dim-gray': '#6A6A6A',
'cultured': '#f4f4f4',
'charleston-green': '#2b2c31',
'grey':'#7e7e7e',
'lotion':'#fbfbfb',
'platinum':'#e6e6e6',
'eerie-black-2': '#191919',
'light-silver': '#D9D9D9',
},
},
},