Rexy the Dinosaur

MetaRex’s logo. This is available in a variety of styles:

Colours

The palette is pretty simple to look cartoon-like and based on four colours

  • @amber: #c2a649
  • @purple: #9A3A72
    • light purple #c971a4
    • dark purple for footprint #501e3b
  • @green: #4F702A
    • light green (body fill) #b5d690
    • dark green for footprint #518653
  • @grey: #333333
  • @consumer #00cccc
    • ligth cyan #80ffff
    • dark cyan #009999

Black text and white backgrounds (or the inverse) should mostly work. Derived colours are computed to give decent cartoon contrast:

  • @dinoBody: lighten(@green, 40%) = #b5d690
  • @dinoEye: spin(@purple, 30) = #9a3a42
  • @trainFill: lighten(@grey, 25%) = #737373
  • @amberSky: lighten(@amber, 40%) = #f5f1e2;
  • @purpleGround: lighten(@purple, 25%) = #d083b0;

Other shades / compliments calculated as needed.