darkSalmon property

Vector4 get darkSalmon

RGBA values for the named CSS color 'darksalmon'.

Implementation

static Vector4 get darkSalmon =>
    Vector4(233.0 / 255.0, 150.0 / 255.0, 122.0 / 255.0, 255.0 / 255.0);