Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.calabrese {
color: #f1a8a2;
}
.prism-pink {
color: #eba3c0;
}
.minimal-rose {
color: #f1cbe0;
}
.light-orchid {
color: #e5a4d4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--calabrese:#f1a8a2;
--prism-pink:#eba3c0;
--minimal-rose:#f1cbe0;
--light-orchid:#e5a4d4;
}