Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.mango-ice {
color: #fbbf8e;
}
.rapunzel {
color: #f5da7f;
}
.dingy-sticky-note {
color: #e3f3a0;
}
.aqua-wish {
color: #a3e1d2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--mango-ice:#fbbf8e;
--rapunzel:#f5da7f;
--dingy-sticky-note:#e3f3a0;
--aqua-wish:#a3e1d2;
}