Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.walnut-cream {
color: #f7d7b1;
}
.menoth-white-base {
color: #f2e6ba;
}
.mint-parfait {
color: #b7e6b8;
}
.blue-green-gem {
color: #7dc5c5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--walnut-cream:#f7d7b1;
--menoth-white-base:#f2e6ba;
--mint-parfait:#b7e6b8;
--blue-green-gem:#7dc5c5;
}