Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f5c76b;
}
.ginger-milk {
color: #f9a358;
}
.sun-orange {
color: #f47b1f;
}
.exuberance {
color: #d85c03;
}
.beer-glazed-bacon {
color: #793b0c;
}
/* CSS Variables */
:root {
--yellow-currant:#f5c76b;
--ginger-milk:#f9a358;
--sun-orange:#f47b1f;
--exuberance:#d85c03;
--beer-glazed-bacon:#793b0c;
}