Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.fulgrim-pink {
color: #f6b1d1;
}
.carnal-pink {
color: #f29cb1;
}
.dimple {
color: #ef7b8f;
}
.radishical {
color: #e9496f;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--fulgrim-pink:#f6b1d1;
--carnal-pink:#f29cb1;
--dimple:#ef7b8f;
--radishical:#e9496f;
}