
//
// StyleDictionaryColor.swift
//
// Do not edit directly
// Generated on Mon, 22 Jun 2020 09:00:36 GMT
//

import UIKit

public enum StyleDictionaryColor {
    public static let accentOrange20 = UIColor(red: 0.988, green: 0.859, blue: 0.831, alpha:1)
    public static let accentOrange40 = UIColor(red: 0.976, green: 0.718, blue: 0.667, alpha:1)
    public static let accentOrange60 = UIColor(red: 0.965, green: 0.576, blue: 0.502, alpha:1)
    public static let accentOrange80 = UIColor(red: 0.953, green: 0.435, blue: 0.337, alpha:1)
    public static let accentOrangeBase = UIColor(red: 0.941, green: 0.298, blue: 0.173, alpha:1)
    public static let accentPink20 = UIColor(red: 0.980, green: 0.800, blue: 0.875, alpha:1)
    public static let accentPink40 = UIColor(red: 0.961, green: 0.600, blue: 0.749, alpha:1)
    public static let accentPink60 = UIColor(red: 0.941, green: 0.400, blue: 0.624, alpha:1)
    public static let accentPink80 = UIColor(red: 0.922, green: 0.200, blue: 0.498, alpha:1)
    public static let accentPinkBase = UIColor(red: 0.902, green: 0.000, blue: 0.376, alpha:1)
    public static let actionBlue = UIColor(red: 0.000, green: 0.333, blue: 1.000, alpha:1)
    public static let actionBlueHover = UIColor(red: 0.000, green: 0.247, blue: 0.737, alpha:1)
    public static let darkBlue20 = UIColor(red: 0.808, green: 0.816, blue: 0.843, alpha:1)
    public static let darkBlue40 = UIColor(red: 0.616, green: 0.635, blue: 0.686, alpha:1)
    public static let darkBlue60 = UIColor(red: 0.424, green: 0.455, blue: 0.533, alpha:1)
    public static let darkBlue80 = UIColor(red: 0.231, green: 0.275, blue: 0.376, alpha:1)
    public static let darkBlueBase = UIColor(red: 0.039, green: 0.094, blue: 0.224, alpha:1)
    public static let darkGrey = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha:1)
    public static let darkestGrey = UIColor(red: 0.200, green: 0.200, blue: 0.200, alpha:1)
    public static let datacomBlack = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha:1)
    public static let datacomBlue20 = UIColor(red: 0.800, green: 0.827, blue: 0.886, alpha:1)
    public static let datacomBlue40 = UIColor(red: 0.600, green: 0.655, blue: 0.776, alpha:1)
    public static let datacomBlue60 = UIColor(red: 0.400, green: 0.482, blue: 0.663, alpha:1)
    public static let datacomBlue80 = UIColor(red: 0.200, green: 0.310, blue: 0.549, alpha:1)
    public static let datacomBlueBase = UIColor(red: 0.000, green: 0.141, blue: 0.439, alpha:1)
    public static let errorRed = UIColor(red: 0.812, green: 0.212, blue: 0.306, alpha:1)
    public static let extraLightBlue20 = UIColor(red: 0.980, green: 0.988, blue: 1.000, alpha:1)
    public static let extraLightBlue40 = UIColor(red: 0.961, green: 0.976, blue: 1.000, alpha:1)
    public static let extraLightBlue60 = UIColor(red: 0.937, green: 0.965, blue: 1.000, alpha:1)
    public static let extraLightBlue80 = UIColor(red: 0.918, green: 0.953, blue: 1.000, alpha:1)
    public static let extraLightBlueBase = UIColor(red: 0.898, green: 0.945, blue: 1.000, alpha:1)
    public static let extraLightGrey = UIColor(red: 0.941, green: 0.941, blue: 0.941, alpha:1)
    public static let grey = UIColor(red: 0.600, green: 0.600, blue: 0.600, alpha:1)
    public static let lightBlue20 = UIColor(red: 0.890, green: 0.953, blue: 1.000, alpha:1)
    public static let lightBlue40 = UIColor(red: 0.784, green: 0.906, blue: 1.000, alpha:1)
    public static let lightBlue60 = UIColor(red: 0.675, green: 0.859, blue: 1.000, alpha:1)
    public static let lightBlue80 = UIColor(red: 0.569, green: 0.812, blue: 1.000, alpha:1)
    public static let lightBlueBase = UIColor(red: 0.463, green: 0.769, blue: 1.000, alpha:1)
    public static let lightGrey = UIColor(red: 0.855, green: 0.855, blue: 0.855, alpha:1)
    public static let ragAmber = UIColor(red: 0.941, green: 0.690, blue: 0.173, alpha:1)
    public static let ragGreen = UIColor(red: 0.251, green: 0.710, blue: 0.286, alpha:1)
    public static let ragRed = UIColor(red: 0.812, green: 0.212, blue: 0.306, alpha:1)
    public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:1)
}
