You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export const indigo = "rgba(14, 14, 44, 1)";
|
|
export const purpleColor = "rgba(74, 74, 104, 1)";
|
|
export const darksalmonColor = "rgba(233, 150, 122, 1)";
|
|
export const greyColor = "rgba(140, 140, 161, 1)";
|
|
export const whiteColor = "rgba(239, 239, 253, 1)"; |