Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.balinese-sunset {
color: #f29f78;
}
.sea-nettle {
color: #f57a38;
}
.play-school {
color: #d05b25;
}
.chocolate-chili {
color: #a9402d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--balinese-sunset:#f29f78;
--sea-nettle:#f57a38;
--play-school:#d05b25;
--chocolate-chili:#a9402d;
}