goldenrod property

Vector4 get goldenrod

RGBA values for the named CSS color 'goldenrod'.

Implementation

static Vector4 get goldenrod =>
    Vector4(218.0 / 255.0, 165.0 / 255.0, 32.0 / 255.0, 255.0 / 255.0);