Color names in this palette
CSS code for this palette
/* CSS */
.crab-curry {
color: #d84e2c;
}
.california {
color: #e4893a;
}
.salmon-eggs {
color: #f4d15d;
}
.yippie-ya-yellow {
color: #f7f99f;
}
.chantilly {
color: #f0b7c3;
}
/* CSS Variables */
:root {
--crab-curry:#d84e2c;
--california:#e4893a;
--salmon-eggs:#f4d15d;
--yippie-ya-yellow:#f7f99f;
--chantilly:#f0b7c3;
}