https://bl.ocks.org/jymiller/76a91f99cf38957d113e734be3690197
First mind blowing D3 code snippet
xxxxxxxxxx
<head>
<meta charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,100' rel='stylesheet' type='text/css'>
<style>
body {
background-color: black;
font-family: 'Roboto';
font-weight: 100;
}
</style>
<style type="text/css">
text {
fill: white;
letter-spacing: 2em;
}
.st0{fill:#D7DE27;}
.st1{fill:#D91F5D;}
.st2{fill:#1D76BB;}
.st3{fill:#90298D;}
.st4{fill:#28A8E0;}
.st5{fill:#059347;}
.st6{fill:#F69321;}
.st7{fill:#3BB34A;}
.st8{fill:#F15B2A;}
.st9{fill:#FFFFFF;}
</style>
</head>
<body>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="camusBrain.js">
</script>
<svg width="960" height="960"></svg>
</body>
https://d3js.org/d3.v3.min.js