khaki property

Vector4 get khaki

RGBA values for the named CSS color 'khaki'.

Implementation

static Vector4 get khaki => Vector4(240.0 / 255.0, 230.0 / 255.0, 140.0 / 255.0, 255.0 / 255.0);