Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.blushing-apricot {
color: #f9b9a4;
}
.mixed-fruit {
color: #fbb6b1;
}
.rogue-pink {
color: #f5a8c1;
}
.lively-coral {
color: #e57d7b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--blushing-apricot:#f9b9a4;
--mixed-fruit:#fbb6b1;
--rogue-pink:#f5a8c1;
--lively-coral:#e57d7b;
}