aquamarine property

Vector4 get aquamarine

RGBA values for the named CSS color 'aquamarine'.

Implementation

static Vector4 get aquamarine =>
    Vector4(127.0 / 255.0, 255.0 / 255.0, 212.0 / 255.0, 255.0 / 255.0);