Color names in this palette
CSS code for this palette
/* CSS */
.tennis-court {
color: #c2450f;
}
.gold-drop {
color: #d66c2e;
}
.river-of-gold {
color: #e7b65a;
}
.nectar-jackpot {
color: #f1d68e;
}
.lemon-filling {
color: #f7e6a6;
}
/* CSS Variables */
:root {
--tennis-court:#c2450f;
--gold-drop:#d66c2e;
--river-of-gold:#e7b65a;
--nectar-jackpot:#f1d68e;
--lemon-filling:#f7e6a6;
}