UNPKG

@gocodingnow/rn-better-boilerplate

Version:
16 lines (14 loc) 270 B
// import color from 'color' // https://chir.ag/projects/name-that-color export const palette = { green: '#35B154', orange: '#FF5D27', black: '#000000', white: '#FFFFFF', shipGray: '#3D3B41', red: 'red', blue: 'blue', grey: { 600: '#99A1AD', }, }