officiavoluptas
Version:
Desig: The Blockchain-Agnostic Multisig Solution
18 lines (17 loc) • 582 B
text/typescript
export const dodgerBlue = '#004eff'
export const cyanBlue = '#0085ff'
export const darkNavy = '#293354'
export const ghostWhite = '#f7f8fb'
export const aliceBlue = '#f3f8fe'
export const white = '#ffffff'
export const grey = '#7C7C7C'
export const black = '#000000'
export const charcoalBlack = '#212529'
export const crimson = '#d0031c'
export const orange = '#f7b217'
export const solitudeGrey = '#BBBEC2'
export const mistyRose = '#ffd8dd'
export const lavendar = '#ccddff'
export const lightGray = '#c4c4c4'
export const lightestGray = '#ebebeb'
export const green = '#158C8B'