Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c39f;
}
.pink-fit {
color: #f8a5b4;
}
.strawberry-soap {
color: #f6889b;
}
.fiery-flamingo {
color: #f76e7b;
}
.kacey-s-pink {
color: #e84a7a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c39f;
--pink-fit:#f8a5b4;
--strawberry-soap:#f6889b;
--fiery-flamingo:#f76e7b;
--kacey-s-pink:#e84a7a;
}