Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-wine {
color: #d8c16e;
}
.campground {
color: #d2a76a;
}
.let-it-ring {
color: #cfaf72;
}
.hopscotch {
color: #b8b83d;
}
.spruced-up {
color: #9b7d2c;
}
/* CSS Variables */
:root {
--pineapple-wine:#d8c16e;
--campground:#d2a76a;
--let-it-ring:#cfaf72;
--hopscotch:#b8b83d;
--spruced-up:#9b7d2c;
}