Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f2b1d2;
}
.candy-tuft {
color: #f0d6e2;
}
.dreamy-memory {
color: #eac3d7;
}
.pastel-lavender {
color: #d7a2c4;
}
.ibis-rose {
color: #c46890;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f2b1d2;
--candy-tuft:#f0d6e2;
--dreamy-memory:#eac3d7;
--pastel-lavender:#d7a2c4;
--ibis-rose:#c46890;
}