pink property

Vector4 get pink

RGBA values for the named CSS color 'pink'.

Implementation

static Vector4 get pink => Vector4(255.0 / 255.0, 192.0 / 255.0, 203.0 / 255.0, 255.0 / 255.0);