Color names in this palette
CSS code for this palette
/* CSS */
.lemonade-stand {
color: #f5c73d;
}
.carona {
color: #f9a52f;
}
.sun-orange {
color: #f47b1f;
}
.puffins-bill {
color: #e55b1f;
}
.crab-curry {
color: #da4b2b;
}
/* CSS Variables */
:root {
--lemonade-stand:#f5c73d;
--carona:#f9a52f;
--sun-orange:#f47b1f;
--puffins-bill:#e55b1f;
--crab-curry:#da4b2b;
}