Color names in this palette
CSS code for this palette
/* CSS */
.kinky-pinky {
color: #ef4ebc;
}
.unripe-strawberry {
color: #f78da9;
}
.baby-steps {
color: #f9c8d9;
}
.placebo-red {
color: #fbeaeb;
}
.fulgrim-pink {
color: #f9b4cf;
}
/* CSS Variables */
:root {
--kinky-pinky:#ef4ebc;
--unripe-strawberry:#f78da9;
--baby-steps:#f9c8d9;
--placebo-red:#fbeaeb;
--fulgrim-pink:#f9b4cf;
}