Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f3c9e1;
}
.rogue-pink {
color: #f6a2c1;
}
.carnation {
color: #f67992;
}
.calypso-coral {
color: #f05161;
}
.calypso-berry {
color: #c93b4b;
}
/* CSS Variables */
:root {
--laelia-pink:#f3c9e1;
--rogue-pink:#f6a2c1;
--carnation:#f67992;
--calypso-coral:#f05161;
--calypso-berry:#c93b4b;
}