peachPuff property

Vector4 get peachPuff

RGBA values for the named CSS color 'peachpuff'.

Implementation

static Vector4 get peachPuff =>
    Vector4(255.0 / 255.0, 218.0 / 255.0, 185.0 / 255.0, 255.0 / 255.0);