📜  reddit color hex (1)

📅  最后修改于: 2023-12-03 15:04:52.092000             🧑  作者: Mango

Reddit Color Hex

Introduction

Reddit is a popular community-driven social news aggregator website which allows users to post and vote on content. Its distinctive orange-red color scheme has become synonymous with the site. In this article, we will explore the color hex codes used by Reddit and how they can be used in your own projects.

Color Hex Codes

The primary colors used on Reddit are:

  • Orangered (#FF4500)
  • Reddit Blue (#1A1A1B)
  • Reddit White (#FFFFFF)
  • Reddit Black (#000000)
Orangered

The color Orangered is used for buttons and notifications. It has a hex code of #FF4500 and can be achieved using the following CSS:

color: #FF4500;
Reddit Blue

Reddit Blue is used as the background color of the logo and is also used for highlighting text. It has a hex code of #1A1A1B and can be achieved using the following CSS:

background-color: #1A1A1B;
Reddit White

Reddit White is the background color of the site and is used for text. It has a hex code of #FFFFFF and can be achieved using the following CSS:

background-color: #FFFFFF;
Reddit Black

Reddit Black is used as the background color for mod tools and for some text. It has a hex code of #000000 and can be achieved using the following CSS:

background-color: #000000;
Conclusion

The use of color in web design can greatly enhance the user experience. The distinctive use of Orangered and Reddit Blue by Reddit has helped to make it instantly recognizable. By using these color hex codes, you can give your own projects a familiar and trustworthy feel.