Skip to content

Instantly share code, notes, and snippets.

@firecall
Created February 13, 2025 02:42
Show Gist options
  • Save firecall/6f6c2471042b4d0a4cf3eb23a1ecadf2 to your computer and use it in GitHub Desktop.
Save firecall/6f6c2471042b4d0a4cf3eb23a1ecadf2 to your computer and use it in GitHub Desktop.
Nord Theme. CSS Variables in HEX and RGB.
/* https://www.nordtheme.com/ */
:root {
--nord0: #2e3440;
--nord1: #3b4252;
--nord2: #434c5e;
--nord3: #4c566a;
--nord4: #d8dee9;
--nord5: #e5e9f0;
--nord6: #eceff4;
--nord7: #8fbcbb;
--nord8: #88c0d0;
--nord9: #81a1c1;
--nord10: #5e81ac;
--nord11: #bf616a;
--nord12: #d08770;
--nord13: #ebcb8b;
--nord14: #a3be8c;
--nord15: #b48ead;
--nord0-rgb: 46, 52, 64;
--nord1-rgb: 59, 66, 82;
--nord2-rgb: 67, 76, 94;
--nord3-rgb: 76, 86, 106;
--nord4-rgb: 216, 222, 233;
--nord5-rgb: 229, 233, 241;
--nord6-rgb: 236, 239, 244;
--nord7-rgb: 143, 188, 187;
--nord8-rgb: 136, 192, 208;
--nord9-rgb: 129, 161, 193;
--nord10-rgb: 94, 129, 172;
--nord11-rgb: 191, 97, 106;
--nord12-rgb: 208, 135, 112;
--nord13-rgb: 235, 203, 139;
--nord14-rgb: 163, 190, 140;
--nord15-rgb: 180, 142, 173;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment