Use our badge colors for the speech bubbles

This commit is contained in:
Robin Ward 2016-09-19 16:48:49 -04:00
parent c718826134
commit 1bf1bf4f93

View File

@ -4,7 +4,8 @@ const SIZE = 144;
let width, height; let width, height;
const COLORS = ['red', 'blue', 'purple', 'brown', 'green']; const COLORS = ['#BF1E2E', '#F1592A', '#F7941D', '#9EB83B', '#3AB54A', '#12A89D', '#25AAE2', '#0E76BD',
'#652D90', '#92278F', '#ED207B', '#8C6238'];
class Particle { class Particle {
constructor() { constructor() {