Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f8b42a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.wiener-schnitzel {
color: #f09c00;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.indocile-tiger {
color: #b86e00;
}
/* CSS Variables */
:root {
--hot-sun:#f8b42a;
--apricot-glazed-chicken:#f5a524;
--wiener-schnitzel:#f09c00;
--fleur-de-sel-caramel:#d68b00;
--indocile-tiger:#b86e00;
}