Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f9cda4;
}
.candlelight-peach {
color: #f8a2a0;
}
.shell-pink {
color: #f77e7e;
}
.oranzhewyi-orange {
color: #f25c3a;
}
.crab-curry {
color: #da4b2b;
}
/* CSS Variables */
:root {
--lion-cub:#f9cda4;
--candlelight-peach:#f8a2a0;
--shell-pink:#f77e7e;
--oranzhewyi-orange:#f25c3a;
--crab-curry:#da4b2b;
}