colors.js 1.31 KB
Newer Older
Giang Tran committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
const colors = {
  main: '#046DE4',
  colorf39: '#F39C12',
  gray5b71: '#5B7195',
  corlor9c: '#FF9C00',
  color949: '#949494',
  color504: '#A60014',
  colorRGBA040: 'rgba(255,255,255,0.4)',
  colorHoanThanh: '#F39C12',
  colorNhap: '#949494',
  colorTuChoi: '#A60014',
  label: '#5D5D5D',
  color777: '#777777',
  colorMainLight: '#5173B1',
  colorBackground: '#E2E8F2',
  borderGray: '#bbc2ce',
  borderGraym: '#c9cfd9',
  iconGray: '#77869E',
  placeHolder: '#8D8D8D',
  backgrPicker: '#E2E8F2',
  colorNameBottomMenu: '#1777F1',
  colorStatusSubmisson: '#046DE4',
  colorCheckBox: '#C1C1C1',
  colorButtonRA: '#F6FFFF',
  dollar: '#07BA00',
  bgImage: '#EEEEEE',
  overlayImage: 'rgba(52, 52, 52, 0.7)',
  bgImageGrid: 'rgba(52, 52, 52, 0.2)',
  unfilledColor: 'rgba(255, 255, 255, 0.5)',
  bgActive: '#DDEEFF',
  contentComment: '#DAE9FF',
Giang Tran committed
32 33
  txtMain: '#3F4E91',
  txtMain2: '#6981EC',
Giang Tran committed
34 35 36 37 38

  accent: '#A60014',
  primary: '#0AC4BA',
  secondary: '#00b33c',
  tertiary: '#FFE358',
Giang Tran committed
39
  black: '#000000',
Giang Tran committed
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
  white: '#FFFFFF',
  gray: '#9DA3B4',
  gray3: '#C5CCD6',
  gray2: '#cccccc',
  gray1: '#bfbfbf',
  gray4: '#e6e6e6',
  orange: '#FF9C00',
  lightBlue: '#1a8cff',
  lightBlue1: '#008ae6',
  lightBlue2: '#22AEFB',

  rgbaBtn: 'rgba(127, 127, 191, 0.2)',
  yellow: '#e6e600',
  red: '#A60014',
  red1: '#ff4d4d',
};

export default colors;