Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.horenso-green {
color: #7a9a74;
}
.tangled-vines {
color: #c6c49a;
}
.river-of-gold {
color: #e5b75d;
}
.gold-drop {
color: #d66c2e;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--horenso-green:#7a9a74;
--tangled-vines:#c6c49a;
--river-of-gold:#e5b75d;
--gold-drop:#d66c2e;
}