lightPaletteOld property

List<Color> lightPaletteOld
final

Implementation

final lightPaletteOld = <Color>[
  const Color(0xFF2196F3).withOpacity(0.4), // Blue
  const Color(0xFF4BC0C0).withOpacity(0.4), // Teal (Accent)
  const Color(0xFFFFC107).withOpacity(0.4), // Amber
  const Color(0xFF7D50D8).withOpacity(0.4), // Purple
  const Color(0xFFFFEB3B).withOpacity(0.4), // Yellow
  const Color(0xFF00BCD4).withOpacity(0.4), // Cyan
  const Color(0xFF607D8B).withOpacity(0.4), // Blue Grey
  const Color(0xFF8BC34A).withOpacity(0.4), // Light Green
  const Color(0xFF009688).withOpacity(0.4), // Teal
  const Color(0xFF673AB7).withOpacity(0.4), // Indigo
  const Color(0xFF3F51B5).withOpacity(0.4), // Blue Indigo
];