Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.prism-pink {
color: #f2a1c0;
}
.damson-plum {
color: #d99fdb;
}
.lattice-work {
color: #bae3c3;
}
.lake-reflection {
color: #9fd4db;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--prism-pink:#f2a1c0;
--damson-plum:#d99fdb;
--lattice-work:#bae3c3;
--lake-reflection:#9fd4db;
}