4 <meta charset=
"UTF-8" />
5 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge" />
6 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0" />
7 <title>Color Tool
</title>
10 font-family: Arial, Helvetica, sans-serif;
16 font-family: 'Courier New', Courier, monospace;
31 <button type=
"submit">generate
</button>
34 <div class=
"colors" id=
"light"></div>
36 <div class=
"colors" id=
"dark"></div>
38 <div class=
"colors" id=
"accent"></div>
39 <script src=
"bundle.js"></script>