Skip to content

Instantly share code, notes, and snippets.

@PrasathRavichandran
Created May 24, 2022 05:24
Show Gist options
  • Save PrasathRavichandran/04725077b1fd50cac70b813a2d4eb4bb to your computer and use it in GitHub Desktop.
Save PrasathRavichandran/04725077b1fd50cac70b813a2d4eb4bb to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
Color primaryTextColor = const Color(0xFF414C6B);
Color secondaryTextColor = const Color(0xFFE4979E);
Color titleTextColor = Colors.white;
Color contentTextColor = const Color(0xff868686);
Color navigationColor = const Color(0xFF6751B5);
Color gradientStartColor = const Color(0xFF4051A9);
Color gradientEndColor = const Color(0xFF9354B9);
Color dotColor = const Color(0xFFA87DCF);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment