Skip to content

Instantly share code, notes, and snippets.

View tmcknight's full-sized avatar

Tom McKnight tmcknight

View GitHub Profile
@tmcknight
tmcknight / uos-palette.html
Created March 5, 2026 01:34
UOS Colour Palette
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colour Palette</title>
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@400;600&family=Rubik:wght@400;500&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }