import 'package:flutter/material.dart'; class AliceConstants { static Color red = const Color(0xffff3f34); static Color lightRed = const Color(0xffff5e57); static Color green = const Color(0xff05c46b); static Color grey = const Color(0xff808e9b); static Color orange = const Color(0xffffa801); }