-
-
Save apaleslimghost/0d25ec801ca4fc43317bcff298af43c3 to your computer and use it in GitHub Desktop.
const colours = { | |
normal: '#A8A77A', | |
fire: '#EE8130', | |
water: '#6390F0', | |
electric: '#F7D02C', | |
grass: '#7AC74C', | |
ice: '#96D9D6', | |
fighting: '#C22E28', | |
poison: '#A33EA1', | |
ground: '#E2BF65', | |
flying: '#A98FF3', | |
psychic: '#F95587', | |
bug: '#A6B91A', | |
rock: '#B6A136', | |
ghost: '#735797', | |
dragon: '#6F35FC', | |
dark: '#705746', | |
steel: '#B7B7CE', | |
fairy: '#D685AD', | |
}; | |
module.exports = type => colours[type] || '#777'; | |
module.exports.colors = colours; |
Thanks! Help me a lot
u are my hero
Thanks a lot. Helped with my Codepen.
tysm
this was helpful, thx mate
Very helpful, that odin bless you
Very nice!
Great Work!! Time Saver.
Thanks a lot!
Thanks, very helpful.
Thanks!
Thank you so much! This is amazing!
Here is a link to my blog where I mention this repository. It is something I am doing for my class and for fun.
kuss Bruder
Thanks you so much.
Yo! Thanks man! Bing AI led me here.
thanks
only one word, thanks!!!
Thank you! I really needed the accurate colors.
thankss!!
Thanks, it will be very usefull !!!
😀🤩🤩
Thank uuuuu
Very useful! Saved me an hour of colour picker useful for sure!
<3
Thank you!
Thank you, this help my proyect
I just happend to need this!
Thank you for this! Saved me a lot of time for my pokedex app!
Thanks!
Fantastic! Thanks for this! 🙏
Thanks a lot.