aliceBlue property

Vector4 get aliceBlue

RGBA values for the named CSS color 'aliceblue'.

Implementation

static Vector4 get aliceBlue =>
    Vector4(240.0 / 255.0, 248.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);