darkKhaki property

Vector4 get darkKhaki

RGBA values for the named CSS color 'darkkhaki'.

Implementation

static Vector4 get darkKhaki =>
    Vector4(189.0 / 255.0, 183.0 / 255.0, 107.0 / 255.0, 255.0 / 255.0);