support multi brands site

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-29 07:30:08 +07:00
parent 68039b1a6e
commit c188147bd9
9 changed files with 111 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
export const colors = {
export const carPartPlanetColor = {
primary: {
DEFAULT: '#EF6C02',
emphasis: '#C85900',
@@ -20,3 +20,26 @@ export const colors = {
600: '#111C55'
}
};
export const remanTransmissionColor = {
primary: {
DEFAULT: '#1A99DE',
emphasis: '#0073E6',
muted: '#5BAFDD'
},
content: {
subtle: '#9ca3af', // gray-400
DEFAULT: '#6b7280', // gray-500
emphasis: '#374151', // gray-700
strong: '#111827', // gray-900
inverted: '#ffffff' // white
},
dark: '#091242',
secondary: '#1A99DE',
blue: {
800: '#1C1F35',
200: '#666C89',
500: '#2D3A7B',
600: '#111C55'
}
};