UNPKG

mrcolor

Version:

Just give me some colors already!

5 lines (4 loc) 127 B
var mr = require('mrcolor'); mr.take(18).forEach(function (color) { console.log('rgb(' + color.rgb().join(',') + ')'); });