<!--- Firefox Color Palette ------------------------------------------------------------->
<link rel="stylesheet" href="https://gist.github.com/rindeal/4c869c95087f1bf8cf7cecb4206e2d4f/raw/firefox-color-palette-2024.min.css" referrerpolicy="no-referrer" />
Last active
June 27, 2024 16:54
-
-
Save rindeal/4c869c95087f1bf8cf7cecb4206e2d4f to your computer and use it in GitHub Desktop.
Firefox Brand Color Palette
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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) */ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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