Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/palette

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/palette

LeafyGreen UI Palettes

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
34K
decreased by-36.25%
Maintainers
3
Weekly downloads
 
Created
Source

Palette

npm (scoped)

This package contains the colors for the following palettes:

  • UI: MongoDB-branded, general-use UI palette.
  • Chart (coming soon): Color palette for accessible charting colors.
  • Syntax (coming soon): Color palette for accessible syntax-highlighting themes.

UI Palette

Usage

npm install @leafygreen-ui/palette
import { uiColors } from `@leafygreen-ui/palette`;

/**
 * uiColors = {
 * 	 black,
 *   white,
 *   gray: {
 *     dark3,
 *     dark2,
 *     dark1,
 *     base,
 *     light1,
 *     light2,
 *     light3,
 *   },
 *   green: {
 *     dark3,
 *     dark2,
 *     base,
 *     light2,
 *     light3,
 *   },
 *   blue: {
 *     dark3,
 *     dark2,
 *     base,
 *     light2,
 *     light3,
 *   },
 *   yellow: {
 *     dark3,
 *     dark2,
 *     base,
 *     light2,
 *     light3,
 *   },
 *   red: {
 *     dark3,
 *     dark2,
 *     base,
 *     light2,
 *     light3,
 *   },
 * }
 */

const example = () => (
	<span style={{ color: uiColors.gray.dark1 }}>
		Hello World
	</span>
)

FAQs

Package last updated on 27 Jun 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