Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c69f;
}
.salmon-slice {
color: #f2ab8c;
}
.animated-coral {
color: #f28d7d;
}
.i-love-you-pink {
color: #d77e8d;
}
.violet-femmes {
color: #a76c9d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c69f;
--salmon-slice:#f2ab8c;
--animated-coral:#f28d7d;
--i-love-you-pink:#d77e8d;
--violet-femmes:#a76c9d;
}