Skip to content

Color palette

drawtonomy uses a Tailwind / Material-style palette: grey-100 (lightest) through grey-900 (darkest), plus named colours.

KeyHEXNotes
grey-100#e6e6e6Lightest. Default for Vehicle (Simple).
grey-200#cccccc
grey-300#b3b3b3Default for Pedestrian (Walking & Simple).
grey-400#999999
grey-500#808080Middle grey.
grey-600#666666
grey-700#4d4d4d
grey-800#333333
grey-900#1a1a1aDarkest.

Lower number = lighter. This matches Tailwind’s convention.

TemplateDefault colour
Pedestrian (Walking)grey-300
Pedestrian (Simple)grey-300
Vehicle (Simple)grey-100
Other shapesblack

Use the SDK’s resolveColor() to convert a key to a HEX value. See the Extension SDK API for details.