Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f4cf3e;
}
.december-rain {
color: #d6dcdc;
}
.whipped-violet {
color: #a3a7d2;
}
.guava-jelly {
color: #f19388;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--marigold-dust:#f4cf3e;
--december-rain:#d6dcdc;
--whipped-violet:#a3a7d2;
--guava-jelly:#f19388;
--mandarin-red:#e74d3c;
}