UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

14 lines (13 loc) 389 B
/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ export declare enum BasePalette { WHITE = "#FFFFFF", BLACK = "#000000", DARK_BLUE = "#232F3E", BLUE = "#4472C4", LIGHT_BLUE = "#5B9BD5", ORANGE = "#ED7D31", LIGHT_GRAY = "#A5A5A5", GREEN = "#70AD47", YELLOW = "#FFC000" }