CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.tuscan {
color: #f9d6a9;
}
.cake-dough {
color: #fce1a6;
}
.cool-aloe {
color: #a4d99b;
}
.malibu {
color: #6ab8e2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--tuscan:#f9d6a9;
--cake-dough:#fce1a6;
--cool-aloe:#a4d99b;
--malibu:#6ab8e2;
}