How to use the ic-snacks.colors.GREEN_700 function in ic-snacks

To help you get started, we’ve selected a few ic-snacks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github instacart / Snacks / gatsby / src / pages / layout / colors.js View on Github external
export default function Colors() {
  return (
    
      Colors
      We have two main color palettes - a UI color palette (primary and
      secondary colors) and an illustration color palette that has some expanded
      colors for selective use.
      Primary
      
        
        
        
        
        
      
      Secondary
      
        
        
        
        
        
      
      Grayscale
github instacart / Snacks / site / src / components / utilities / Colors.js View on Github external
export default function Colors() {
  return (
    
      Colors
      
        We have two main color palettes - a UI color palette (primary and
        secondary colors) and an illustration color palette that has some
        expanded colors for selective use.
      
      Primary
      <div style="{group}">
        
        
        
        
        
      </div>
      Secondary
      <div style="{group}">
        
        
        
        
        
      </div>
      Grayscale
      <div style="{group}">
        </div>