Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.calabrese {
color: #f1a8a2;
}
.cumquat-cream {
color: #f19b83;
}
.orangeville {
color: #e76d5a;
}
.warming-heart {
color: #d8483b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--calabrese:#f1a8a2;
--cumquat-cream:#f19b83;
--orangeville:#e76d5a;
--warming-heart:#d8483b;
}