Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.corinthian-pink {
color: #f6a7d8;
}
.lavender-soap {
color: #f1c0e0;
}
.light-orchid {
color: #e3a6d9;
}
.fantasy-romance {
color: #e73c6c;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--corinthian-pink:#f6a7d8;
--lavender-soap:#f1c0e0;
--light-orchid:#e3a6d9;
--fantasy-romance:#e73c6c;
}