Skip to content

Instantly share code, notes, and snippets.

@iremkaraoglu
Created February 20, 2021 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iremkaraoglu/47ff29ef7ae6e1c77094da3d94d50b2e to your computer and use it in GitHub Desktop.
Save iremkaraoglu/47ff29ef7ae6e1c77094da3d94d50b2e to your computer and use it in GitHub Desktop.
const colors = {
mono: {
black: "rgba(0, 0, 0, 1.0)",
white: "rgba(255, 255, 255, 1.0)",
},
yellow: {
dark1: "rgba(245, 198, 0, 1.0)",
primary1: "rgba(255, 223, 0, 1.0)",
secondary1: "rgba(255, 247, 191, 1.0)",
},
};
export default colors;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment