Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f8c5a0;
}
.cumquat-cream {
color: #f4997b;
}
.camellia {
color: #f16c5b;
}
.desire {
color: #e7404e;
}
.smooch-rouge {
color: #d6384b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f8c5a0;
--cumquat-cream:#f4997b;
--camellia:#f16c5b;
--desire:#e7404e;
--smooch-rouge:#d6384b;
}