bisque property

Vector4 get bisque

RGBA values for the named CSS color 'bisque'.

Implementation

static Vector4 get bisque => Vector4(255.0 / 255.0, 228.0 / 255.0, 196.0 / 255.0, 255.0 / 255.0);