UNPKG

@newswrench/us-flag-colors

Version:

Official colors of the United States flag.

13 lines (12 loc) 253 B
module.exports = { rgb: { red: 'B22234', // 'Old Glory Red' white: 'FFFFFF', blue: '3C3B6E' // 'Old Glory Blue' }, cmyk: { red: [.196,1.0,.757,.118], white: [0.0,0.0,0.0,0.0], blue: [.886,.851,.243,.122] } };