Color names in this palette
CSS code for this palette
/* CSS */
.crunch {
color: #f3b55e;
}
.mandarin-red {
color: #e64b3d;
}
.heath-spotted-orchid {
color: #a45b9c;
}
.cornflower-blue {
color: #6d8fca;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
/* CSS Variables */
:root {
--crunch:#f3b55e;
--mandarin-red:#e64b3d;
--heath-spotted-orchid:#a45b9c;
--cornflower-blue:#6d8fca;
--smooth-as-corn-silk:#f5e3b2;
}