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


import UIKit

public class StyleDictionary {
    public static let colorAccentOrange20 = UIColor(red: 0.988, green: 0.859, blue: 0.831, alpha:1)
    public static let colorAccentOrange40 = UIColor(red: 0.976, green: 0.718, blue: 0.667, alpha:1)
    public static let colorAccentOrange60 = UIColor(red: 0.965, green: 0.576, blue: 0.502, alpha:1)
    public static let colorAccentOrange80 = UIColor(red: 0.953, green: 0.435, blue: 0.337, alpha:1)
    public static let colorAccentOrangeBase = UIColor(red: 0.941, green: 0.298, blue: 0.173, alpha:1)
    public static let colorAccentPink20 = UIColor(red: 0.980, green: 0.800, blue: 0.875, alpha:1)
    public static let colorAccentPink40 = UIColor(red: 0.961, green: 0.600, blue: 0.749, alpha:1)
    public static let colorAccentPink60 = UIColor(red: 0.941, green: 0.400, blue: 0.624, alpha:1)
    public static let colorAccentPink80 = UIColor(red: 0.922, green: 0.200, blue: 0.498, alpha:1)
    public static let colorAccentPinkBase = UIColor(red: 0.902, green: 0.000, blue: 0.376, alpha:1)
    public static let colorActionBlue = UIColor(red: 0.000, green: 0.333, blue: 1.000, alpha:1)
    public static let colorActionBlueHover = UIColor(red: 0.000, green: 0.247, blue: 0.737, alpha:1)
    public static let colorDarkBlue20 = UIColor(red: 0.808, green: 0.816, blue: 0.843, alpha:1)
    public static let colorDarkBlue40 = UIColor(red: 0.616, green: 0.635, blue: 0.686, alpha:1)
    public static let colorDarkBlue60 = UIColor(red: 0.424, green: 0.455, blue: 0.533, alpha:1)
    public static let colorDarkBlue80 = UIColor(red: 0.231, green: 0.275, blue: 0.376, alpha:1)
    public static let colorDarkBlueBase = UIColor(red: 0.039, green: 0.094, blue: 0.224, alpha:1)
    public static let colorDarkGrey = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha:1)
    public static let colorDarkestGrey = UIColor(red: 0.200, green: 0.200, blue: 0.200, alpha:1)
    public static let colorDatacomBlack = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha:1)
    public static let colorDatacomBlue20 = UIColor(red: 0.800, green: 0.827, blue: 0.886, alpha:1)
    public static let colorDatacomBlue40 = UIColor(red: 0.600, green: 0.655, blue: 0.776, alpha:1)
    public static let colorDatacomBlue60 = UIColor(red: 0.400, green: 0.482, blue: 0.663, alpha:1)
    public static let colorDatacomBlue80 = UIColor(red: 0.200, green: 0.310, blue: 0.549, alpha:1)
    public static let colorDatacomBlueBase = UIColor(red: 0.000, green: 0.141, blue: 0.439, alpha:1)
    public static let colorErrorRed = UIColor(red: 0.812, green: 0.212, blue: 0.306, alpha:1)
    public static let colorExtraLightBlue20 = UIColor(red: 0.980, green: 0.988, blue: 1.000, alpha:1)
    public static let colorExtraLightBlue40 = UIColor(red: 0.961, green: 0.976, blue: 1.000, alpha:1)
    public static let colorExtraLightBlue60 = UIColor(red: 0.937, green: 0.965, blue: 1.000, alpha:1)
    public static let colorExtraLightBlue80 = UIColor(red: 0.918, green: 0.953, blue: 1.000, alpha:1)
    public static let colorExtraLightBlueBase = UIColor(red: 0.898, green: 0.945, blue: 1.000, alpha:1)
    public static let colorExtraLightGrey = UIColor(red: 0.941, green: 0.941, blue: 0.941, alpha:1)
    public static let colorGrey = UIColor(red: 0.600, green: 0.600, blue: 0.600, alpha:1)
    public static let colorLightBlue20 = UIColor(red: 0.890, green: 0.953, blue: 1.000, alpha:1)
    public static let colorLightBlue40 = UIColor(red: 0.784, green: 0.906, blue: 1.000, alpha:1)
    public static let colorLightBlue60 = UIColor(red: 0.675, green: 0.859, blue: 1.000, alpha:1)
    public static let colorLightBlue80 = UIColor(red: 0.569, green: 0.812, blue: 1.000, alpha:1)
    public static let colorLightBlueBase = UIColor(red: 0.463, green: 0.769, blue: 1.000, alpha:1)
    public static let colorLightGrey = UIColor(red: 0.855, green: 0.855, blue: 0.855, alpha:1)
    public static let colorRagAmber = UIColor(red: 0.941, green: 0.690, blue: 0.173, alpha:1)
    public static let colorRagGreen = UIColor(red: 0.251, green: 0.710, blue: 0.286, alpha:1)
    public static let colorRagRed = UIColor(red: 0.812, green: 0.212, blue: 0.306, alpha:1)
    public static let colorWhite = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:1)
    public static let fontColorCaption = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha:1)
    public static let fontColorCta = UIColor(red: 0.000, green: 0.333, blue: 1.000, alpha:1)
    public static let fontColorDefault = UIColor(red: 0.039, green: 0.094, blue: 0.224, alpha:1)
}
