:root {
    /* Brand Blue */
    --color-brand-blue-50: 255 235 235; /* #ffebeb */
    --color-brand-blue-100: 255 214 214; /* #ffd6d6 */
    --color-brand-blue-200: 255 173 173; /* #ffadad */
    --color-brand-blue-300: 255 138 138; /* #ff8a8a */
    --color-brand-blue-400: 255 97 97; /* #ff6161 */
    --color-brand-blue-500: 255 56 56; /* #ff3838 */
    --color-brand-blue-600: 255 15 15; /* #ff0f0f */
    --color-brand-blue-700: 235 0 0; /* #eb0000 */
    --color-brand-blue-800: 194 0 0; /* #c20000 */
    --color-brand-blue-900: 153 0 0; /* #990000 */
    --color-brand-blue-950: 77 0 0; /* #4d0000 */

    /* Accent Blue */
    --color-accent-blue-50: 255 245 245; /* #fff5f5 */
    --color-accent-blue-100: 255 229 229; /* #ffe5e5 */
    --color-accent-blue-200: 255 204 204; /* #ffcccc */
    --color-accent-blue-300: 255 179 179; /* #ffb3b3 */
    --color-accent-blue-400: 255 153 153; /* #ff9999 */
    --color-accent-blue-500: 255 128 128; /* #ff8080 */
    --color-accent-blue-600: 255 102 102; /* #ff6666 */
    --color-accent-blue-700: 255 77 77; /* #ff4d4d */
    --color-accent-blue-800: 219 0 0; /* #db0000 */
    --color-accent-blue-900: 112 0 0; /* #700000 */
    --color-accent-blue-950: 56 0 0; /* #380000 */

    /* Accent Green */
    --color-accent-green-50: 255 252 235; /* #fffceb */
    --color-accent-green-100: 255 249 214; /* #fff9d6 */
    --color-accent-green-200: 255 242 168; /* #fff2a8 */
    --color-accent-green-300: 255 236 128; /* #ffec80 */
    --color-accent-green-400: 255 230 87; /* #ffe657 */
    --color-accent-green-500: 255 223 41; /* #ffdf29 */
    --color-accent-green-600: 255 215 0; /* #ffd700 */
    --color-accent-green-700: 194 165 0; /* #c2a500 */
    --color-accent-green-800: 128 108 0; /* #806c00 */
    --color-accent-green-900: 66 56 0; /* #423800 */
    --color-accent-green-950: 31 26 0; /* #1f1a00 */
}
