Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.princess {
color: #f1a7b4;
}
.creamy-peach {
color: #f59f84;
}
.amber-glow {
color: #f19d3b;
}
.bitter-orange {
color: #d67d29;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--princess:#f1a7b4;
--creamy-peach:#f59f84;
--amber-glow:#f19d3b;
--bitter-orange:#d67d29;
}