In Chrome & Firefox (+31) you can add CSS in console.log messages:
console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');

The same can be applied for adding multiple CSS to same command.

References
- MDN: Styling console output
- Chrome: Console API Reference