Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f8c3a0;
}
.calabrese {
color: #f1a8a2;
}
.cumquat-cream {
color: #f39e7c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.paris-daisy {
color: #f9e74e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f8c3a0;
--calabrese:#f1a8a2;
--cumquat-cream:#f39e7c;
--creamy-sweet-corn:#f9c54e;
--paris-daisy:#f9e74e;
}