Skip to content

Instantly share code, notes, and snippets.

@rey
Last active March 25, 2025 10:43
Show Gist options
  • Save rey/2bd868c03d6c5f000aeef8a3a36880b9 to your computer and use it in GitHub Desktop.
Save rey/2bd868c03d6c5f000aeef8a3a36880b9 to your computer and use it in GitHub Desktop.
CSS variables for Colored Bar Paper Colours (https://mw.rat.bz/barpaper/)
:root {
--green-1: #a9d0be;
--green-2: #a0e0a0;
--green-3: #b0ffb0;
--green-4: #bbeabb;
--green-5: #ccffcc;
--green-6: #d0f0d0;
--green-7: #d3ffd3;
--green-8: #d4e2d4;
--blue-1: #c8e0ff;
--blue-2: #d7e2ff;
--blue-3: #befffb;
--blue-4: #ccffff;
--lavender-blue: #ccccff;
--pale-goldenrod: #eee8aa;
--light-goldenrod-yellow: #fafad2;
--yellow-1: #fff0be;
--yellow-2: #ffffa6;
--yellow-3: #ffffcc;
--buff: #f0dc82;
--red-pink: #ffc0cb;
--red: #ffcccc;
--magenta-fuchsia: #ffccff;
--gray-1: #dddddd;
--gray-2: #e0e0e0;
--gray-3: #e5e5e5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment