lightSalmon property

Vector4 get lightSalmon

RGBA values for the named CSS color 'lightsalmon'.

Implementation

static Vector4 get lightSalmon =>
    Vector4(255.0 / 255.0, 160.0 / 255.0, 122.0 / 255.0, 255.0 / 255.0);