salmon property

Vector4 get salmon

RGBA values for the named CSS color 'salmon'.

Implementation

static Vector4 get salmon => Vector4(250.0 / 255.0, 128.0 / 255.0, 114.0 / 255.0, 255.0 / 255.0);