This R package provides a dataset of colors corresponding to 48 different colors of the Moon.
The colors were extracted from photographs of the Full Moon taken by Marcella Giulia Pace over a ten year period. The pixels selected were near the Albategnius Crater.
You can install mooncolors from GitHub using the devtools package:
devtools::install_github("amelialouise/mooncolors")Loading the package using library(mooncolors) gives you access to the mooncolors variable. This variable contains a vector of 48 color hexcodes.
library(mooncolors)
print(mooncolors)