Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.coral-blossom {
color: #f8baa0;
}
.orange-grove {
color: #fbaf89;
}
.orangish {
color: #f88c49;
}
.carrot {
color: #f86a3a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--coral-blossom:#f8baa0;
--orange-grove:#fbaf89;
--orangish:#f88c49;
--carrot:#f86a3a;
}