mistyRose property

Vector4 get mistyRose

RGBA values for the named CSS color 'mistyrose'.

Implementation

static Vector4 get mistyRose =>
    Vector4(255.0 / 255.0, 228.0 / 255.0, 225.0 / 255.0, 255.0 / 255.0);