Skip to content

Instantly share code, notes, and snippets.

@euske
Last active February 2, 2020 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euske/25a6598a79eb6c1e51128493b1e16015 to your computer and use it in GitHub Desktop.
Save euske/25a6598a79eb6c1e51128493b1e16015 to your computer and use it in GitHub Desktop.
Color Scheme for Slides
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Euske's Color Scheme</title>
<body>
<h1>Euske's Color Scheme</h1>
<table>
<tr>
<td>Low contrast</td>
<td bgcolor="#ffbbff"><code>#ffbbff</code></td>
<td bgcolor="#aaaaff"><code>#aaaaff</code></td>
<td bgcolor="#aaffaa"><code>#aaffaa</code></td>
<td bgcolor="#ffff88"><code>#ffff88</code></td>
<td bgcolor="#aaffff"><code>#aaffff</code></td>
<td bgcolor="#cccccc"><code>#cccccc</code></td>
<td style="color:white;" bgcolor="#ff4444"><code>#ff4444</code></td>
<td style="color:white;" bgcolor="#4444ff"><code>#4444ff</code></td>
<td style="color:white;" bgcolor="#00cc00"><code>#00cc00</code></td>
<td style="color:white;" bgcolor="#ffcc00"><code>#ffcc00</code></td>
<td style="color:white;" bgcolor="#cc44cc"><code>#cc44cc</code></td>
<td style="color:white;" bgcolor="#ccaa44"><code>#ccaa44</code></td>
</tr><tr>
<td>High contrast</td>
<td bgcolor="#ff44ff"><code>#ff44ff</code></td>
<td bgcolor="#8888ff"><code>#8888ff</code></td>
<td bgcolor="#44ff44"><code>#44ff44</code></td>
<td bgcolor="#ffff00"><code>#ffff00</code></td>
<td bgcolor="#00ffff"><code>#00ffff</code></td>
<td bgcolor="#888888"><code>#888888</code></td>
<td style="color:white;" bgcolor="#cc0000"><code>#cc0000</code></td>
<td style="color:white;" bgcolor="#0000cc"><code>#0000cc</code></td>
<td style="color:white;" bgcolor="#008800"><code>#008800</code></td>
<td style="color:white;" bgcolor="#ff8800"><code>#ff8800</code></td>
<td style="color:white;" bgcolor="#aa00aa"><code>#aa00aa</code></td>
<td style="color:white;" bgcolor="#aa8800"><code>#aa8800</code></td>
</tr>
</table>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment