lightPink property

Vector4 get lightPink

RGBA values for the named CSS color 'lightpink'.

Implementation

static Vector4 get lightPink =>
    Vector4(255.0 / 255.0, 182.0 / 255.0, 193.0 / 255.0, 255.0 / 255.0);