Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f9d348;
}
.ornery-tangerine {
color: #f67e23;
}
.gold-drop {
color: #d1672e;
}
.sweet-cherry {
color: #a34d4d;
}
.amaranth-purple {
color: #6b3c8b;
}
/* CSS Variables */
:root {
--anna-banana:#f9d348;
--ornery-tangerine:#f67e23;
--gold-drop:#d1672e;
--sweet-cherry:#a34d4d;
--amaranth-purple:#6b3c8b;
}