New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@citizensadvice/background-colors

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citizensadvice/background-colors

Background colors are most commonly used for filling large blocks of content or areas with a color.

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
2
Weekly downloads
 
Created
Source

Border-colors npm (scoped)

Background colors are most commonly used for filling large blocks of content or areas with a color.

Classes

Class nameValue
.bg-heritage-blue$heritage-blue (#004B88)
.bg-heritage-blue-40$heritage-blue-40 (#97a8cc)
.bg-heritage-yellow-40$heritage-yellow-40 (#fde5c4)
.bg-blue-dark$blue-dark (#229cff)
.bg-blue-primary$blue-primary (#8ac4ff)
.bg-blue-mid$blue-mid (#caeaff)
.bg-blue-light$blue-light (#f2f8ff)
.bg-turquoise-dark$turquoise-dark (#5cc0b5)
.bg-turquoise-primary$turquoise-primary (#81cec6)
.bg-turquoise-mid$turquoise-mid (#b8e3df)
.bg-turquoise-light$turquoise-light (#eaf9f7)
.bg-red-light$red-light (#fae1e1)
.bg-black$black (#000000)
.bg-dark-grey$dark-grey (#333333)
.bg-mid-grey$mid-grey (#606060)
.bg-grey$grey (#9f9f9f)
.bg-light-grey$light-grey (#dfdfdf)
.bg-pale-grey$pale-grey (#f2f2f2)
.bg-white$white (#ffffff)
.bg-heritage-yellow$heritage-yellow (#fcbb69)
.bg-red-primary$red-primary (#df3034)

Examples

<div class="bg-heritage-blue">
  A block with background colour of #004B88
</div>
<div class="bg-grey">
  A block with background colour of #9f9f9f
</div>
<div class="bg-heritage-yellow">
  A block with background colour of #fcbb69
</div>

Installation

$ npm install @citizensadvice/background-colors

now import into your stylesheet...

@import '@citizensadvice/background-colors/index.scss';

You can also make use of the unpkg service, try adding the link below to the head of your HTML file

<link
  src="https://unpkg.com/@citizensadvice/background-colors@latest/build/background-colors.css"
/>

FAQs

Package last updated on 04 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc