<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2021 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<resources>
    <color name="blue50">#e8f0fe</color>
    <color name="blue100">#d2e3fc</color>
    <color name="blue300">#8ab4f8</color>
    <color name="blue400">#669df6</color>
    <color name="blue600">#1a73e8</color>
    <color name="blue800">#185abc</color>

    <color name="green50">#e6f4ea</color>
    <color name="green100">#ceead6</color>
    <color name="green400">#5bb974</color>
    <color name="green600">#1e8e3e</color>

    <color name="red50">#fce8e6</color>
    <color name="red100">#fad2cf</color>
    <color name="red400">#ee675c</color>
    <color name="red600">#d93025</color>

    <color name="yellow50">#fef7e0</color>
    <color name="yellow100">#feefc3</color>
    <color name="yellow400">#fcc934</color>
    <color name="yellow600">#f9ab00</color>

    <color name="orange100">#fedfc8</color>
    <color name="orange300">#fcad70</color>
    <color name="orange400">#fa903e</color>
    <color name="orange600">#e8710a</color>

    <color name="pink100">#fdcfe8</color>
    <color name="pink300">#ff8bcB</color>
    <color name="pink400">#ff63b8</color>
    <color name="pink600">#e52592</color>

    <color name="purple100">#e9d2fd</color>
    <color name="purple300">#c58af9</color>
    <color name="purple400">#af5cf7</color>
    <color name="purple600">#9334e6</color>
    <color name="purple800">#7627bb</color>

    <color name="cyan100">#cBf0f8</color>
    <color name="cyan300">#78d9ec</color>
    <color name="cyan400">#4ecde6</color>
    <color name="cyan600">#12b5cb</color>

    <color name="grey200">#e8eaed</color>
    <color name="grey300">#dadce0</color>
    <color name="grey400">#bdc1c6</color>
    <color name="grey600">#80868b</color>
    <color name="grey700">#5f6368</color>
    <color name="grey800">#3c4043</color>
    <color name="grey900">#202124</color>

    <color name="white">#ffffff</color>
    <color name="black">#000000</color>
</resources>