Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.trinket {
color: #d59939;
}
.mango-margarita {
color: #f7b950;
}
.sundance {
color: #f9c86c;
}
.pineapple-delight {
color: #f1e6a7;
}
/* CSS Variables */
:root {
--copper:#b87332;
--trinket:#d59939;
--mango-margarita:#f7b950;
--sundance:#f9c86c;
--pineapple-delight:#f1e6a7;
}