Skip to content

Instantly share code, notes, and snippets.

@rindeal
Last active June 27, 2024 16:54
Show Gist options
  • Save rindeal/4c869c95087f1bf8cf7cecb4206e2d4f to your computer and use it in GitHub Desktop.
Save rindeal/4c869c95087f1bf8cf7cecb4206e2d4f to your computer and use it in GitHub Desktop.
Firefox Brand Color Palette
<!--- Firefox Color Palette ------------------------------------------------------------->
<link rel="stylesheet" href="https://gist.github.com/rindeal/4c869c95087f1bf8cf7cecb4206e2d4f/raw/firefox-color-palette-2024.min.css" referrerpolicy="no-referrer" />
/* Firefox Brand Color Palette as of 2024 */
:root {
--firefox-color-clementine: #E66000; /* A bright orange-red color (primary) */
--firefox-color-pizazz: #FF9500; /* A vibrant orange color (secondary) */
--firefox-color-supernova: #FFCB00; /* A bright yellow color (accent) */
--firefox-color-endeavour: #00539F; /* A deep blue color (secondary) */
--firefox-color-cerulean: #0095DD; /* A bright blue color (accent) */
--firefox-color-grape: #331E54; /* Another bright blue color (accent) */
--firefox-color-prussian-blue: #002147; /* A dark blue color (background) */
}
:root{--firefox-color-clementine:#E66000;--firefox-color-pizazz:#FF9500;--firefox-color-supernova:#FFCB00;--firefox-color-endeavour:#00539F;--firefox-color-cerulean:#0095DD;--firefox-color-grape:#331E54;--firefox-color-prussian-blue:#002147}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment