Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d96b30;
}
.artisans-gold {
color: #f3a949;
}
.popcorn {
color: #f9cd7b;
}
.green-trance {
color: #a3d9a0;
}
.privet-hedge {
color: #5b8b79;
}
/* CSS Variables */
:root {
--gold-drop:#d96b30;
--artisans-gold:#f3a949;
--popcorn:#f9cd7b;
--green-trance:#a3d9a0;
--privet-hedge:#5b8b79;
}