Skip to content

This is just a collection of Color constants of the most popular brands and companies out there -- so you no longer have to keep Google-searching the hex codes for each.

License

Notifications You must be signed in to change notification settings

oliatienza/brand-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brand_colors

This is just a collection of Color constants of the most popular brands and companies out there -- so you no longer have to keep Google-searching the hex codes for each.

List of Colors

Conveniently browse through all the currently available colors through this website

Usage

Example

import 'package:brand_colors/brand_colors.dart';
import 'package:flutter/material.dart';

class Example extends StatelessWidget {
  const Example({Key key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return Container(
      color: BrandColors.facebookBlue,
    );
  }
}

About

This is just a collection of Color constants of the most popular brands and companies out there -- so you no longer have to keep Google-searching the hex codes for each.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages