Color names in this palette
CSS code for this palette
/* CSS */
.sunshine {
color: #f9d276;
}
.orange-pop {
color: #f9b83e;
}
.phoenix-flames {
color: #f9a41a;
}
.tangerine-skin {
color: #f58700;
}
.orange-outburst {
color: #d66f00;
}
/* CSS Variables */
:root {
--sunshine:#f9d276;
--orange-pop:#f9b83e;
--phoenix-flames:#f9a41a;
--tangerine-skin:#f58700;
--orange-outburst:#d66f00;
}