crimson property

Vector4 get crimson

RGBA values for the named CSS color 'crimson'.

Implementation

static Vector4 get crimson => Vector4(220.0 / 255.0, 20.0 / 255.0, 60.0 / 255.0, 255.0 / 255.0);