Exercise: Implementing the Color Palette

Instructions

In theme.json, under settings:

  • Add a color section.
  • Inside color: add a palette section.
  • Inside of palette, add the following colors:
    • Accent: #cc0000
    • Base: #ffffff
    • Contrast: #222222.
    • Contrast / Two: #757575
    • Contrast / Three: #cccccc

Solution

Complete and Continue