Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.apricot-glazed-chicken {
color: #f1a727;
}
.24-carrot {
color: #e76e23;
}
.crab-curry {
color: #d74e28;
}
.hot-lips {
color: #c8302d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--apricot-glazed-chicken:#f1a727;
--24-carrot:#e76e23;
--crab-curry:#d74e28;
--hot-lips:#c8302d;
}