Color names in this palette
CSS code for this palette
/* CSS */
.vegas-gold {
color: #c8b25b;
}
.golden-sap {
color: #f1d27e;
}
.jackfruit {
color: #f5c67f;
}
.citrus-blast {
color: #e07c3e;
}
.tangerine-bliss {
color: #d55e30;
}
/* CSS Variables */
:root {
--vegas-gold:#c8b25b;
--golden-sap:#f1d27e;
--jackfruit:#f5c67f;
--citrus-blast:#e07c3e;
--tangerine-bliss:#d55e30;
}