Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b6d7;
}
.havana-blue {
color: #a7dae6;
}
.green-spruce {
color: #5b9f7d;
}
.marigold-dust {
color: #f4cf3e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b6d7;
--havana-blue:#a7dae6;
--green-spruce:#5b9f7d;
--marigold-dust:#f4cf3e;
--mandarin-red:#e74d3c;
}