Color names in this palette
CSS code for this palette
/* CSS */
.flame-orange {
color: #f68a1e;
}
.ginger-milk {
color: #f6a051;
}
.sunday-afternoon {
color: #f6c479;
}
.orange-sulphur {
color: #e4a321;
}
.fresh-gingerbread {
color: #d76b1d;
}
/* CSS Variables */
:root {
--flame-orange:#f68a1e;
--ginger-milk:#f6a051;
--sunday-afternoon:#f6c479;
--orange-sulphur:#e4a321;
--fresh-gingerbread:#d76b1d;
}