Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.chai-latte {
color: #f9cb9f;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.mountain-mint {
color: #a8e1c1;
}
.bright-ube {
color: #d1a7e6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--chai-latte:#f9cb9f;
--lemon-ice-yellow:#f7e2a6;
--mountain-mint:#a8e1c1;
--bright-ube:#d1a7e6;
}