|
| 1 | +export default { |
| 2 | + // source: https://about.meta.com/brand/resources/facebook/logo/ |
| 3 | + '--brand-facebook': '#0866FF', |
| 4 | + // source: https://www.youtube.com/intl/ALL_in/howyoutubeworks/resources/brand-resources/#logos-icons-and-colors |
| 5 | + '--brand-youtube': '#FF0000', |
| 6 | + // source: https://about.twitter.com/content/dam/about-twitter/en/brand-toolkit/downloads/twitter-external-brand-guidelines-01272021.pdf |
| 7 | + '--brand-twitter': '#469CF0', |
| 8 | + // source: https://about.meta.com/brand/resources/whatsapp/whatsapp-brand/ |
| 9 | + '--brand-whatsapp': '#25D366', |
| 10 | + // source: https://about.meta.com/brand/resources/instagram/instagram-brand/ |
| 11 | + '--brand-instagram-yellow': '#F8D648', |
| 12 | + '--brand-instagram-red': '#E93365', |
| 13 | + '--brand-instagram-magenta': '#D32DBF', |
| 14 | + '--brand-instagram-blue': '#611EF5', |
| 15 | + // source: https://snap.com/en-US/brand-guidelines |
| 16 | + '--brand-snapchat': '#FFFC00', |
| 17 | + // source: https://usbrandcolors.com/google-colors/ |
| 18 | + '--brand-google-blue': '#4285F4', |
| 19 | + '--brand-google-red': '#DB4437', |
| 20 | + '--brand-google-yellow': '#F4B400', |
| 21 | + '--brand-google-green': '#0F9D58', |
| 22 | + // source: https://tiktokbrandbook.com/d/HhXfjVK1Poj9/brand-guidelines#/basics/color/core-palette |
| 23 | + '--brand-tiktok-razzmatazz': '#FE2C55', |
| 24 | + '--brand-tiktok-splash': '#25F4EE', |
| 25 | + // source: https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/microsoft/mscle/documents/presentations/CELA_ThirdPartyLogoGuidelines_June2021.pdf |
| 26 | + '--brand-microsoft-red': '#F25022', |
| 27 | + '--brand-microsoft-green': '#7FBA00', |
| 28 | + '--brand-microsoft-blue': '#00A4EF', |
| 29 | + '--brand-microsoft-yellow': '#FFB900', |
| 30 | + // source: https://usbrandcolors.com/pinterest-colors/ |
| 31 | + '--brand-pinterest': '#E60023', |
| 32 | + // source: https://developer.spotify.com/documentation/design#using-our-colors |
| 33 | + '--brand-spotify': '#1ED760', |
| 34 | + // source: https://discord.com/branding |
| 35 | + '--brand-discord': '#5865F2', |
| 36 | + // source: https://telegram.org/tour/screenshots |
| 37 | + '--brand-telegram': '#2AABEE', |
| 38 | + // source: https://reddit.lingoapp.com/s/Color-R7y72J/?v=22 |
| 39 | + '--brand-reddit': '#FF4500', |
| 40 | + // source: none |
| 41 | + '--brand-amazon': '#232F3E', |
| 42 | + // source: https://brand.twitch.com/ |
| 43 | + '--brand-twitch': '#9146FF', |
| 44 | +} |
0 commit comments