Color names in this palette
CSS code for this palette
/* CSS */
.crab-curry {
color: #da4b2b;
}
.camellia {
color: #f76c59;
}
.lugganath-orange {
color: #f9a48b;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.zucchini-flower {
color: #e6a64c;
}
/* CSS Variables */
:root {
--crab-curry:#da4b2b;
--camellia:#f76c59;
--lugganath-orange:#f9a48b;
--puff-pastry-yellow:#fbcc8e;
--zucchini-flower:#e6a64c;
}