mintCream property

Vector4 get mintCream

RGBA values for the named CSS color 'mintcream'.

Implementation

static Vector4 get mintCream =>
    Vector4(245.0 / 255.0, 255.0 / 255.0, 250.0 / 255.0, 255.0 / 255.0);