Files
outline/server/utils/color.js
T
2020-10-15 22:43:42 -07:00

12 lines
209 B
JavaScript

// @flow
import theme from "../../shared/styles/theme";
export const palette = [
theme.brand.red,
theme.brand.blue,
theme.brand.purple,
theme.brand.pink,
theme.brand.marine,
theme.brand.green,
];