Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sunlounge {
color: #d87f31;
}
.sweet-mandarin {
color: #d1603d;
}
.painted-poppy {
color: #c84f3c;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--apricot-glazed-chicken:#f5a524;
--sunlounge:#d87f31;
--sweet-mandarin:#d1603d;
--painted-poppy:#c84f3c;
}