CSS code for this palette
/* CSS */
.sunrise {
color: #f0c17a;
}
.velvet-cosmos {
color: #4a1247;
}
.sienna {
color: #a55c1d;
}
.orange-pop {
color: #fabb3d;
}
.spiced-red {
color: #8c4b3b;
}
/* CSS Variables */
:root {
--sunrise:#f0c17a;
--velvet-cosmos:#4a1247;
--sienna:#a55c1d;
--orange-pop:#fabb3d;
--spiced-red:#8c4b3b;
}