Color names in this palette
CSS code for this palette
/* CSS */
.lemon-filling {
color: #f7e6a6;
}
.samoan-sun {
color: #f5b942;
}
.pesto-calabrese {
color: #f79022;
}
.aurora-orange {
color: #e96c3f;
}
.crab-curry {
color: #db4b24;
}
/* CSS Variables */
:root {
--lemon-filling:#f7e6a6;
--samoan-sun:#f5b942;
--pesto-calabrese:#f79022;
--aurora-orange:#e96c3f;
--crab-curry:#db4b24;
}