Color names in this palette
CSS code for this palette
/* CSS */
.campground {
color: #d3a769;
}
.almond-cookie {
color: #f0c57a;
}
.blended-fruit {
color: #f8e2a5;
}
.honey-glow {
color: #e8b64a;
}
.amber-brew {
color: #d8a45f;
}
/* CSS Variables */
:root {
--campground:#d3a769;
--almond-cookie:#f0c57a;
--blended-fruit:#f8e2a5;
--honey-glow:#e8b64a;
--amber-brew:#d8a45f;
}