Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.golden-hamster {
color: #d79c3c;
}
.butter-cream {
color: #f1b041;
}
.mom-s-pancake {
color: #f6c451;
}
.summer-lily {
color: #f9d371;
}
/* CSS Variables */
:root {
--copper:#b87332;
--golden-hamster:#d79c3c;
--butter-cream:#f1b041;
--mom-s-pancake:#f6c451;
--summer-lily:#f9d371;
}