Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f1c0d5;
}
.changeling-pink {
color: #f3aad3;
}
.strawberry-shortcake {
color: #f78d99;
}
.usubeni-red {
color: #f66a6c;
}
.red-mana {
color: #f55157;
}
/* CSS Variables */
:root {
--parrot-tulip:#f1c0d5;
--changeling-pink:#f3aad3;
--strawberry-shortcake:#f78d99;
--usubeni-red:#f66a6c;
--red-mana:#f55157;
}