Color names in this palette
CSS code for this palette
/* CSS */
.pinque {
color: #f0a3b0;
}
.impatient-pink {
color: #e07b94;
}
.peppermint-swirl {
color: #d45e79;
}
.royal-banner {
color: #c54964;
}
.chubby-kiss {
color: #b62f4c;
}
/* CSS Variables */
:root {
--pinque:#f0a3b0;
--impatient-pink:#e07b94;
--peppermint-swirl:#d45e79;
--royal-banner:#c54964;
--chubby-kiss:#b62f4c;
}