Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1d1;
}
.princess {
color: #f1a7b2;
}
.fruit-shake {
color: #f29c8c;
}
.new-clay {
color: #f1c2b6;
}
.blushing-tulip {
color: #e3a1b8;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1d1;
--princess:#f1a7b2;
--fruit-shake:#f29c8c;
--new-clay:#f1c2b6;
--blushing-tulip:#e3a1b8;
}