Color names in this palette
CSS code for this palette
/* CSS */
.coral-gold {
color: #d86e4b;
}
.troll-slayer-orange {
color: #f2a150;
}
.sunrise {
color: #f6c279;
}
.kiwi-ice-cream {
color: #e7e7a7;
}
.green-bark {
color: #abc7a9;
}
/* CSS Variables */
:root {
--coral-gold:#d86e4b;
--troll-slayer-orange:#f2a150;
--sunrise:#f6c279;
--kiwi-ice-cream:#e7e7a7;
--green-bark:#abc7a9;
}