Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.peach-butter {
color: #fbaf3c;
}
.flame-orange {
color: #fb8b23;
}
.apocalyptic-orange {
color: #f7701d;
}
.liselotte-syrup {
color: #d54f15;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--peach-butter:#fbaf3c;
--flame-orange:#fb8b23;
--apocalyptic-orange:#f7701d;
--liselotte-syrup:#d54f15;
}