Color names in this palette
CSS code for this palette
/* CSS */
.willow-flower-yellow {
color: #f0d29e;
}
.sunburst {
color: #f5b67f;
}
.melon-red {
color: #f29769;
}
.sassy-salmon {
color: #f07d56;
}
.sweet-mandarin {
color: #d55b39;
}
/* CSS Variables */
:root {
--willow-flower-yellow:#f0d29e;
--sunburst:#f5b67f;
--melon-red:#f29769;
--sassy-salmon:#f07d56;
--sweet-mandarin:#d55b39;
}