Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.elastic-pink {
color: #f0a3c7;
}
.carnation {
color: #f47b91;
}
.calypso-coral {
color: #ef4d60;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e2;
--elastic-pink:#f0a3c7;
--carnation:#f47b91;
--calypso-coral:#ef4d60;
--poppy-red:#e63746;
}