Skip to content

Instantly share code, notes, and snippets.

View Phyroks's full-sized avatar
👀
Hey!

Mika Phyroks

👀
Hey!
View GitHub Profile
@Phyroks
Phyroks / dbBrandColors.dart
Created November 13, 2024 12:00
I have a class here with all the DB brand colours in case anyone needs them in their Flutter app :)
import 'dart:ui';
class BrandColors {
static const Map<int, Color> yellow = {
100: Color(0xFFFFFFDC),
200: Color(0xFFFFFFAF),
300: Color(0xFFFFF876),
400: Color(0xFFFFF000),
500: Color(0xFFFFD800),
600: Color(0xFFFFBB00),