diff --git a/404.html b/404.html index c18b51e0..76f4527c 100644 --- a/404.html +++ b/404.html @@ -15,7 +15,7 @@ - + @@ -50,90 +50,63 @@ color: #999; } .navbar { - background: #EEE; - text-align: center; + font-size: 0.75rem; + line-height: 1.125rem; + padding: 1.5rem; } .title { font-size: 1rem; font-weight: 600; margin: 0; - padding: 1.5rem 1.5rem 0; + padding: 0; text-transform: uppercase; } - .navbar__text { - font-size: 0.8125rem; - margin: 0; - padding: 0; - } - .donate-form { - margin: 0; - padding: 0 0 1.5rem; + .button { + background-color: #6C6; + border-bottom: 0.125rem solid rgba(0,0,0,0.25); + border-radius: 0.125rem; + color: #FFF; + display: block; + font-weight: 700; + padding: 0.75rem 1.5rem; text-align: center; + text-decoration: none; } - .donate-button { - -webkit-appearance: none; - background: transparent; - border: 0; - color: #333; - cursor: pointer; - display: inline-block; - font-family: inherit; - font-size: 0.8125rem; - font-weight: 400; - margin: 0; - padding: 0; - text-decoration: underline; + .button:focus, .button:hover { + background-color: #5B5; + color: #FFF; } - .donate-button:focus, .donate-button:hover { - color: #999; - } - @media (min-width: 800px) { - .navbar { - display: flex; - justify-content: space-between; - text-align: left; - } - .title { - padding: 1.5rem; - } - .navbar__text { - display: inline-block; - padding: 1.5rem 0; - } - .donate-form { - margin: 0 1.5rem 0 0; - padding: 0; - } - } - .hero { - margin: 0 auto; - max-width: 18rem; - padding: 3rem 3rem 0; - text-align: center; + .button:active { + border-bottom: 0.125rem solid rgba(0,0,0,0); + transform: translateY(0.125rem); } .search-field { -webkit-appearance: none; background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTE1LjY4NSAxNC4xODNMMTEuNjIgMTAuMWMuNzUtMS4wNSAxLjE4Mi0yLjMxNyAxLjE4Mi0zLjcgMC0zLjUzMy0yLjg2Ny02LjQtNi40LTYuNC0zLjUzMyAwLTYuNCAyLjg2Ny02LjQgNi40IDAgMy41MzMgMi44NjcgNi40IDYuNCA2LjQgMS4zODMgMCAyLjY1LS40MzMgMy43LTEuMTgzbDQuMDgzIDQuMDY2Yy4yLjIxNy40ODQuMzE3Ljc1LjMxNy4yNjcgMCAuNTUtLjEuNzUtLjMxNy40MTctLjQxNi40MTctMS4wODMgMC0xLjV6bS05LjI4My0yLjc2NmMtMi43NjcgMC01LjAxNy0yLjI1LTUuMDE3LTUuMDE3IDAtMi43NjcgMi4yNS01LjAxNyA1LjAxNy01LjAxNyAyLjc2NyAwIDUuMDE3IDIuMjUgNS4wMTcgNS4wMTcgMCAyLjc2Ny0yLjI1IDUuMDE3LTUuMDE4IDUuMDE3eiIgZmlsbD0iI2QxZDFkMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+); - background-position: left center; + background-position: 0.25rem center; background-repeat: no-repeat; background-size: 1rem 1rem; border: none; border-bottom: 1px solid #EEE; + box-sizing: border-box; color: #999; display: block; font-family: inherit; font-size: 1rem; line-height: 1rem; - margin: 1.5rem auto; + margin: 1.5rem 0; outline: 0; - padding: 0.375rem 0.375rem 0.375rem 1.375rem; - width: 12rem; + padding: 0.375rem 0.375rem 0.375rem 1.5rem; + width: 100%; + } + .site-main { + width: 100%; } .tiles { display: flex; flex-wrap: wrap; list-style: none; - margin: -0.25rem 1.25rem; + margin: 1.25rem 1.25rem; padding: 0; } .tiles li { @@ -174,18 +147,21 @@ padding: 0.5rem 0.5rem 0; width: 2rem; } + .tiles path, .tiles ellipse, .tiles circle { + fill: #FFF; + } .hex { font-size: 0.75rem; opacity: 0.5; text-transform: uppercase; } - @media (min-width: 500px) { .tiles li { width: 50%; } } - @media (min-width: 700px) { .tiles li { width: 33.333%; } } - @media (min-width: 900px) { .tiles li { width: 25% } } - @media (min-width: 1100px) { .tiles li { width: 20% } } - @media (min-width: 1400px) { .tiles li { width: 16.666% } } - @media (min-width: 1700px) { .tiles li { width: 12.5% } } - @media (min-width: 2100px) { .tiles li { width: 10% } } + @media (min-width: 800px) { .tiles li { width: 50%; } } + @media (min-width: 1000px) { .tiles li { width: 33.333%; } } + @media (min-width: 1200px) { .tiles li { width: 25% } } + @media (min-width: 1500px) { .tiles li { width: 20% } } + @media (min-width: 1800px) { .tiles li { width: 16.666% } } + @media (min-width: 2000px) { .tiles li { width: 12.5% } } + @media (min-width: 2400px) { .tiles li { width: 10% } } .footer { margin: 3rem; } @@ -195,213 +171,259 @@ max-width: 25.5rem; text-align: center; } + .block { + background-color: #EEE; + padding: 1.5rem; + } + .block--ad { + margin: 0.5rem 0 0; + padding: 0.75rem; + position: -webkit-sticky; + position: sticky; + top: 0.5rem; + } + .carbon-wrap:after { + clear: both; + content: " "; + display: table; + } + .carbon-img { + float: left; + } + .carbon-text { + float: right; + width: calc(100% - 130px - 0.75rem); + } + .carbon-poweredby { + color: #AAA; + display: block; + margin: 0.25rem 0 0; + text-align: center; + text-decoration: none; + } + @media (min-width: 600px) { + body { + display: flex; + } + .navbar { + padding: 1.5rem 0 1.5rem 1.5rem; + width: 18.5rem; + } + .site-main { + width: calc(100% - 20rem); + } + } -
-

185 SVG icons for popular brands Download them from GitHub

- +
- + -
-

185 SVG icons for popular brands Download them from GitHub

- +
    -
  • Podcasts
    #9933CC
  • -
  • JustGiving
    #AD29B6
  • -
  • Player.me
    #C0379A
  • -
  • Sass
    #CC6699
  • -
  • Dribbble
    #EA4C89
  • -
  • Songkick
    #F80046
  • -
  • Foursquare
    #F94877
  • -
  • InVision
    #FF3366
  • -
  • Air
    #FF2D55
  • -
  • Pocket
    #EF3F56
  • -
  • Sina Weibo
    #E6162D
  • -
  • Pinterest
    #BD081C
  • -
  • Opera
    #FF1B2D
  • -
  • Netflix
    #e50914
  • -
  • Sauce Labs
    #EC4047
  • -
  • Trakt
    #ED1C24
  • -
  • Airbnb
    #FF5A5F
  • -
  • Meetup
    #E2373C
  • -
  • Gulp
    #DA4648
  • -
  • Bebo
    #DE484A
  • -
  • Tinder
    #FF6B6B
  • -
  • Readability
    #990000
  • -
  • MasterCard
    #CC0000
  • -
  • Jekyll
    #CC0000
  • -
  • Flipboard
    #E12828
  • -
  • Tesla
    #CC0000
  • -
  • Microgenetics
    #FF0000
  • -
  • Kirby
    #FF0100
  • -
  • YouTube
    #CD201F
  • -
  • Quora
    #B92B27
  • -
  • Last.fm
    #D51007
  • -
  • TED
    #E62B1E
  • -
  • MakerBot
    #FF1E0D
  • -
  • ReverbNation
    #E43526
  • -
  • BuzzFeed
    #EE3322
  • -
  • Google+
    #DC4E41
  • -
  • Yelp
    #C41200
  • -
  • Laravel
    #E74430
  • -
  • Git
    #F14E32
  • -
  • StumbleUpon
    #EB4924
  • -
  • SoundCloud
    #FF3300
  • -
  • Patreon
    #E6461A
  • -
  • html5
    #E34F26
  • -
  • Ubuntu
    #DD4814
  • -
  • Reddit
    #FF4500
  • -
  • Zapier
    #FF4A00
  • -
  • Magento
    #EE672F
  • -
  • Bitly
    #EE6123
  • -
  • Klout
    #E44600
  • -
  • Etsy
    #F45800
  • -
  • Odnoklassniki
    #F4731C
  • -
  • Stack Overflow
    #FE7A16
  • -
  • Twoo
    #FF7102
  • -
  • Udacity
    #F08C35
  • -
  • Overcast
    #FC7E0F
  • -
  • Viadeo
    #F88D2D
  • -
  • Gratipay
    #663300
  • -
  • Eventbrite
    #FF8000
  • -
  • Google Analytics
    #FF9C0B
  • -
  • Amazon
    #FF9900
  • -
  • RSS
    #FFA500
  • -
  • Swarm
    #FBB631
  • -
  • Wix
    #FFC233
  • -
  • Bing
    #F4BD27
  • -
  • GoldenLine
    #FBBF00
  • -
  • IMDb
    #E6B91E
  • -
  • Launchpad
    #F8C300
  • -
  • Spreaker
    #F5C300
  • -
  • Khan Academy
    #9DB63B
  • -
  • Android
    #A4C639
  • -
  • Spotify
    #84BD00
  • -
  • Kik
    #82BC23
  • -
  • Glassdoor
    #7CB228
  • -
  • WeChat
    #7BB32E
  • -
  • Geeklist
    #8CC63F
  • -
  • Evernote
    #6Fb536
  • -
  • Houzz
    #7AC142
  • -
  • Hulu
    #66AA33
  • -
  • Trulia
    #53B50A
  • -
  • Geocaching
    #467126
  • -
  • Shopify
    #7AB55C
  • -
  • Empire Kred
    #72BE50
  • -
  • TripAdvisor
    #589442
  • -
  • Feedly
    #6CC655
  • -
  • WhatsApp
    #64D448
  • -
  • Event Store
    #5AB552
  • -
  • Basecamp
    #66CC66
  • -
  • Xbox
    #107C10
  • -
  • Treehouse
    #5FCF80
  • -
  • Travis CI
    #39A85B
  • -
  • DeviantArt
    #05CC47
  • -
  • Kickstarter
    #2BDE73
  • -
  • Koding
    #00B057
  • -
  • Speaker Deck
    #339966
  • -
  • Slack
    #56B68B
  • -
  • Medium
    #00AB6B
  • -
  • Moo
    #00945E
  • -
  • Vine
    #11B48A
  • -
  • Pingup
    #00B1AB
  • -
  • Fitbit
    #3EC1C1
  • -
  • Xing
    #005A5F
  • -
  • Code School
    #4CADC0
  • -
  • Deezer
    #00C7F2
  • -
  • Proto.io
    #34A7C1
  • -
  • Bandcamp
    #408294
  • -
  • Minutemailer
    #3ABFE6
  • -
  • Periscope
    #40A4C4
  • -
  • Vimeo
    #1AB7EA
  • -
  • Xero
    #13B5EA
  • -
  • LiveJournal
    #00B0EA
  • -
  • SitePoint
    #258AAF
  • -
  • Skype
    #00AFF0
  • -
  • Bath ASU
    #009CDB
  • -
  • Kaggle
    #20BEFF
  • -
  • Campaign Monitor
    #19A9E5
  • -
  • Topcoder
    #29A8E0
  • -
  • WordPress
    #21759B
  • -
  • Gravatar
    #1E8CBE
  • -
  • Statamic
    #1F3641
  • -
  • Virb
    #0093DA
  • -
  • Rdio
    #008FD5
  • -
  • 500px
    #0099E5
  • -
  • LinkedIn
    #0077B5
  • -
  • Trello
    #0079BF
  • -
  • Drupal
    #0077C0
  • -
  • About.me
    #044A75
  • -
  • Codecademy
    #204056
  • -
  • Storify
    #3A98D9
  • -
  • Instagram
    #125688
  • -
  • Windows
    #0072C6
  • -
  • Yammer
    #0072C6
  • -
  • GOV.UK
    #005EA5
  • -
  • Twitter
    #55ACEE
  • -
  • Coderwall
    #3E8DCC
  • -
  • Dropbox
    #007EE5
  • -
  • Disqus
    #2E9FFF
  • -
  • DigitalOcean
    #3190E7
  • -
  • Joomla
    #5091CD
  • -
  • Messenger
    #0084FF
  • -
  • American Express
    #2E77BC
  • -
  • Zillow
    #0074E4
  • -
  • Delicious
    #3399FF
  • -
  • Bitbucket
    #205081
  • -
  • Lanyrd
    #3C80CA
  • -
  • StubHub
    #003168
  • -
  • VK
    #6383A8
  • -
  • Dailymotion
    #0066DC
  • -
  • Flickr
    #0063DC
  • -
  • Mixcloud
    #314359
  • -
  • Tumblr
    #36465D
  • -
  • Designer News
    #2D72D9
  • -
  • OneDrive
    #094AB2
  • -
  • Google
    #4285F4
  • -
  • Google Drive
    #4386FC
  • -
  • Behance
    #1769FF
  • -
  • Facebook
    #3B5998
  • -
  • Codio
    #4574E0
  • -
  • Visa
    #142787
  • -
  • Twitch
    #6441A5
  • -
  • Heroku
    #430098
  • -
  • Yahoo!
    #440099
  • -
  • Read the Docs
    #8CA1AF
  • -
  • Apple
    #999999
  • -
  • Automatic
    #7D8084
  • -
  • Email
    #808080
  • -
  • Ghost
    #718087
  • -
  • Google Play
    #607D8B
  • -
  • Coursera
    #757575
  • -
  • Conekta
    #414959
  • -
  • App.net
    #3A393C
  • -
  • CircleCI
    #343434
  • -
  • Matternet
    #261C29
  • -
  • Big Cartel
    #222222
  • -
  • GitHub
    #181717
  • -
  • Simple Icons
    #111111
  • -
  • Myspace
    #030303
  • -
  • Squarespace
    #000000
  • -
  • Stitcher
    #000000
  • -
  • JSON
    #000000
  • -
  • MediaTemple
    #000000
  • -
  • Digg
    #000000
  • -
  • Diaspora
    #000000
  • -
  • Ello
    #000000
  • -
  • Wikipedia
    #000000
  • -
  • CodePen
    #000000
  • +
  • Podcasts
    #9933CC
  • +
  • JustGiving
    #AD29B6
  • +
  • Player.me
    #C0379A
  • +
  • Sass
    #CC6699
  • +
  • Dribbble
    #EA4C89
  • +
  • Songkick
    #F80046
  • +
  • Foursquare
    #F94877
  • +
  • InVision
    #FF3366
  • +
  • Air
    #FF2D55
  • +
  • Pocket
    #EF3F56
  • +
  • Sina Weibo
    #E6162D
  • +
  • Pinterest
    #BD081C
  • +
  • Macy’s
    #E11A2B
  • +
  • Opera
    #FF1B2D
  • +
  • Netflix
    #e50914
  • +
  • Sauce Labs
    #EC4047
  • +
  • Trakt
    #ED1C24
  • +
  • Twilio
    #E12127
  • +
  • Airbnb
    #FF5A5F
  • +
  • Meetup
    #E2373C
  • +
  • Gulp
    #DA4648
  • +
  • Bebo
    #DE484A
  • +
  • MasterCard
    #CC0000
  • +
  • Tesla
    #CC0000
  • +
  • Jekyll
    #CC0000
  • +
  • Tinder
    #FF6B6B
  • +
  • Microgenetics
    #FF0000
  • +
  • Readability
    #990000
  • +
  • Flipboard
    #E12828
  • +
  • Kirby
    #FF0100
  • +
  • YouTube
    #CD201F
  • +
  • Quora
    #B92B27
  • +
  • Last.fm
    #D51007
  • +
  • TED
    #E62B1E
  • +
  • MakerBot
    #FF1E0D
  • +
  • ReverbNation
    #E43526
  • +
  • BuzzFeed
    #EE3322
  • +
  • Google+
    #DC4E41
  • +
  • Yelp
    #C41200
  • +
  • Laravel
    #E74430
  • +
  • Git
    #F14E32
  • +
  • StumbleUpon
    #EB4924
  • +
  • SoundCloud
    #FF3300
  • +
  • Patreon
    #E6461A
  • +
  • HTML5
    #E34F26
  • +
  • Smashing Magazine
    #E85C33
  • +
  • Ubuntu
    #DD4814
  • +
  • Reddit
    #FF4500
  • +
  • Zapier
    #FF4A00
  • +
  • Magento
    #EE672F
  • +
  • Bitly
    #EE6123
  • +
  • Klout
    #E44600
  • +
  • Etsy
    #F45800
  • +
  • Odnoklassniki
    #F4731C
  • +
  • Stack Overflow
    #FE7A16
  • +
  • Twoo
    #FF7102
  • +
  • Udacity
    #F08C35
  • +
  • Overcast
    #FC7E0F
  • +
  • Viadeo
    #F88D2D
  • +
  • Gratipay
    #663300
  • +
  • Eventbrite
    #FF8000
  • +
  • Bitcoin
    #F7931A
  • +
  • Google Analytics
    #FF9C0B
  • +
  • Amazon
    #FF9900
  • +
  • RSS
    #FFA500
  • +
  • Swarm
    #FBB631
  • +
  • Wix
    #FFC233
  • +
  • Bing
    #F4BD27
  • +
  • Monkey tie
    #FFC619
  • +
  • GoldenLine
    #FBBF00
  • +
  • IMDb
    #E6B91E
  • +
  • Launchpad
    #F8C300
  • +
  • Spreaker
    #F5C300
  • +
  • Khan Academy
    #9DB63B
  • +
  • Android
    #A4C639
  • +
  • Spotify
    #84BD00
  • +
  • Kik
    #82BC23
  • +
  • Glassdoor
    #7CB228
  • +
  • WeChat
    #7BB32E
  • +
  • Geeklist
    #8CC63F
  • +
  • Evernote
    #6Fb536
  • +
  • Houzz
    #7AC142
  • +
  • Hulu
    #66AA33
  • +
  • Trulia
    #53B50A
  • +
  • Geocaching
    #467126
  • +
  • Shopify
    #7AB55C
  • +
  • Empire Kred
    #72BE50
  • +
  • TripAdvisor
    #589442
  • +
  • Feedly
    #6CC655
  • +
  • WhatsApp
    #64D448
  • +
  • Event Store
    #5AB552
  • +
  • Line
    #00C300
  • +
  • Xbox
    #107C10
  • +
  • Basecamp
    #66CC66
  • +
  • Treehouse
    #5FCF80
  • +
  • Travis CI
    #39A85B
  • +
  • DeviantArt
    #05CC47
  • +
  • Kickstarter
    #2BDE73
  • +
  • Koding
    #00B057
  • +
  • Speaker Deck
    #339966
  • +
  • Slack
    #56B68B
  • +
  • Medium
    #00AB6B
  • +
  • Moo
    #00945E
  • +
  • Vine
    #11B48A
  • +
  • Pingup
    #00B1AB
  • +
  • Fitbit
    #3EC1C1
  • +
  • Xing
    #005A5F
  • +
  • Code School
    #4CADC0
  • +
  • Deezer
    #00C7F2
  • +
  • Proto.io
    #34A7C1
  • +
  • Bandcamp
    #408294
  • +
  • Minutemailer
    #3ABFE6
  • +
  • Periscope
    #40A4C4
  • +
  • Vimeo
    #1AB7EA
  • +
  • Xero
    #13B5EA
  • +
  • LiveJournal
    #00B0EA
  • +
  • SitePoint
    #258AAF
  • +
  • Skype
    #00AFF0
  • +
  • Bath ASU
    #009CDB
  • +
  • Kaggle
    #20BEFF
  • +
  • Campaign Monitor
    #19A9E5
  • +
  • Topcoder
    #29A8E0
  • +
  • WordPress
    #21759B
  • +
  • Gravatar
    #1E8CBE
  • +
  • Statamic
    #1F3641
  • +
  • Virb
    #0093DA
  • +
  • Rdio
    #008FD5
  • +
  • 500px
    #0099E5
  • +
  • LinkedIn
    #0077B5
  • +
  • Trello
    #0079BF
  • +
  • Stripe
    #008CDD
  • +
  • Drupal
    #0077C0
  • +
  • About.me
    #044A75
  • +
  • Codecademy
    #204056
  • +
  • Storify
    #3A98D9
  • +
  • Instagram
    #125688
  • +
  • Windows
    #0072C6
  • +
  • Yammer
    #0072C6
  • +
  • GOV.UK
    #005EA5
  • +
  • Twitter
    #55ACEE
  • +
  • Coderwall
    #3E8DCC
  • +
  • Dropbox
    #007EE5
  • +
  • Disqus
    #2E9FFF
  • +
  • DigitalOcean
    #3190E7
  • +
  • Joomla
    #5091CD
  • +
  • Messenger
    #0084FF
  • +
  • American Express
    #2E77BC
  • +
  • Zillow
    #0074E4
  • +
  • Delicious
    #3399FF
  • +
  • Bitbucket
    #205081
  • +
  • Lanyrd
    #3C80CA
  • +
  • StubHub
    #003168
  • +
  • VK
    #6383A8
  • +
  • Dailymotion
    #0066DC
  • +
  • Mixcloud
    #314359
  • +
  • Flickr
    #0063DC
  • +
  • Tumblr
    #36465D
  • +
  • Designer News
    #2D72D9
  • +
  • OneDrive
    #094AB2
  • +
  • Google
    #4285F4
  • +
  • Google Drive
    #4386FC
  • +
  • Behance
    #1769FF
  • +
  • Facebook
    #3B5998
  • +
  • Codio
    #4574E0
  • +
  • Visa
    #142787
  • +
  • Twitch
    #6441A5
  • +
  • Heroku
    #430098
  • +
  • Yahoo!
    #440099
  • +
  • Read the Docs
    #8CA1AF
  • +
  • Apple
    #999999
  • +
  • Automatic
    #7D8084
  • +
  • Email
    #808080
  • +
  • Ghost
    #718087
  • +
  • Google Play
    #607D8B
  • +
  • Coursera
    #757575
  • +
  • Conekta
    #414959
  • +
  • App.net
    #3A393C
  • +
  • CircleCI
    #343434
  • +
  • Matternet
    #261C29
  • +
  • Big Cartel
    #222222
  • +
  • GitHub
    #181717
  • +
  • Simple Icons
    #111111
  • +
  • Myspace
    #030303
  • +
  • Digg
    #000000
  • +
  • Diaspora
    #000000
  • +
  • CodePen
    #000000
  • +
  • MediaTemple
    #000000
  • +
  • Ello
    #000000
  • +
  • JSON
    #000000
  • +
  • Wikipedia
    #000000
  • +
  • Stitcher
    #000000
  • +
  • Squarespace
    #000000
-
-

Contributions, corrections & requests can be left on GitHub. Company logos in icons are copyright of their respective owners. Distributed for free by Dan Leech under the Free Art License.

-
+ -
+
diff --git a/src/simple-icons.json b/src/simple-icons.json index 6699d252..7de0b739 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -90,6 +90,11 @@ "hex": "205081", "source": "https://bitbucket.org" }, + { + "title": "Bitcoin", + "hex": "F7931A", + "source": "https://bitcoin.org/en" + }, { "title": "Bitly", "hex": "EE6123", @@ -361,7 +366,7 @@ "source": "http://www.houzz.co.uk/buttonsAndBadges" }, { - "title": "html5", + "title": "HTML5", "hex": "E34F26", "source": "http://www.w3.org/html/logo/" }, @@ -460,6 +465,11 @@ "hex": "F8C300", "source": "https://help.launchpad.net/logo/submissions" }, + { + "title": "Line", + "hex": "00C300", + "source": "http://line.me/en/logo" + }, { "title": "LinkedIn", "hex": "0077B5", @@ -470,6 +480,11 @@ "hex": "00B0EA", "source": "http://www.livejournal.com" }, + { + "title": "Macy’s", + "hex": "E11A2B", + "source": "http://macys.com" + }, { "title": "Magento", "hex": "EE672F", @@ -525,6 +540,11 @@ "hex": "314359", "source": "https://www.mixcloud.com/branding" }, + { + "title": "Monkey tie", + "hex": "FFC619", + "source": "https://www.monkey-tie.com/presse" + }, { "title": "Moo", "hex": "00945E", @@ -675,6 +695,11 @@ "hex": "56B68B", "source": "https://slack.com/brand-guidelines" }, + { + "title": "Smashing Magazine", + "hex": "E85C33", + "source": "" + }, { "title": "Songkick", "hex": "F80046", @@ -725,6 +750,11 @@ "hex": "3A98D9", "source": "https://storify.com" }, + { + "title": "Stripe", + "hex": "008CDD", + "source": "https://stripe.com/about/resources" + }, { "title": "StubHub", "hex": "003168", @@ -795,6 +825,11 @@ "hex": "36465D", "source": "https://www.tumblr.com/logo" }, + { + "title": "Twilio", + "hex": "E12127", + "source": "https://www.twilio.com/press" + }, { "title": "Twitch", "hex": "6441A5",