Color names in this palette
CSS code for this palette
/* CSS */
.sunrise {
color: #f0c17a;
}
.velvet-cosmos {
color: #4a1247;
}
.radiant-orchid {
color: #a85d96;
}
.ensh-cha-red {
color: #d1674d;
}
.mandarin-jelly {
color: #fa8900;
}
/* CSS Variables */
:root {
--sunrise:#f0c17a;
--velvet-cosmos:#4a1247;
--radiant-orchid:#a85d96;
--ensh-cha-red:#d1674d;
--mandarin-jelly:#fa8900;
}