Forest Palette
Nature Neon Ocean Sunset Retro Forest Ice
Forest
Deep woodland greens, mossy teals, bark browns and dappled light through the forest canopy.
Shade Scales
#0A1A0A
Forest Night
#0A1A0A
#142814
Deep Canopy
#142814
#1E3C1E
Undergrowth
#1E3C1E
#2A5028
Pine Shadow
#2A5028
#386836
Fern Dark
#386836
#4A8845
Woodland
#4A8845
#5EA858
Forest Green
#5EA858
#78C070
Canopy Light
#78C070
#98D090
Pale Fern
#98D090
#C0E8B8
Morning Dew
#C0E8B8
#1E3830
Dark Moss
#1E3830
#2A5045
Forest Teal
#2A5045
#386858
Moss Deep
#386858
#508870
Sage Teal
#508870
#70A890
Lichen
#70A890
#58300A
Dark Bark
#58300A
#7A4820
Oak Bark
#7A4820
#A06830
Cedar
#A06830
#C89050
Fallen Leaf
#C89050
#E8C880
Sunlit Patch
#E8C880
CSS Variables Export
Forest Palette
:root {
  --forest-forest_night: #0a1a0a;
  --forest-deep_canopy: #142814;
  --forest-undergrowth: #1e3c1e;
  --forest-pine_shadow: #2a5028;
  --forest-fern_dark: #386836;
  --forest-woodland: #4a8845;
  --forest-forest_green: #5ea858;
  --forest-canopy_light: #78c070;
  --forest-pale_fern: #98d090;
  --forest-morning_dew: #c0e8b8;
  --forest-dark_moss: #1e3830;
  --forest-forest_teal: #2a5045;
  --forest-moss_deep: #386858;
  --forest-sage_teal: #508870;
  --forest-lichen: #70a890;
  --forest-dark_bark: #58300a;
  --forest-oak_bark: #7a4820;
  --forest-cedar: #a06830;
  --forest-fallen_leaf: #c89050;
  --forest-sunlit_patch: #e8c880;
}