Color names in this palette
CSS code for this palette
/* CSS */
.piment-piquant {
color: #cc1f00;
}
.cigarette-glow {
color: #f05400;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.oriole-yellow {
color: #f5d47a;
}
.tamale-maize {
color: #f7e7b6;
}
/* CSS Variables */
:root {
--piment-piquant:#cc1f00;
--cigarette-glow:#f05400;
--apricot-glazed-chicken:#f5a524;
--oriole-yellow:#f5d47a;
--tamale-maize:#f7e7b6;
}