Rexy the Dinosaur
MetaRex’s logo. This is available in a variety of styles:
- Simple icon: svg , png 100px , png 300px , png 1000ox , jpg 50%
- Short Train: svg , png 100px , png 300px png 1000ox jpg 50%
- Long Train: svg , png 100px , png 300px png 1000ox jpg 50%
- Transparent Splash Card: svg , png 100px , png 300px png 1000ox jpg 50%
- Coloured Splash Card: svg , png 100px , png 300px png 1000ox jpg 50%
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
- light purple
- @green:
#4F702A
- light green (body fill)
#b5d690
- dark green for footprint
#518653
- light green (body fill)
- @grey:
#333333
- @consumer
#00cccc
- ligth cyan
#80ffff
- dark cyan
#009999
- ligth cyan
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.