Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b2a4;
}
.prosecco {
color: #f9d7a4;
}
.anise-flower {
color: #f5e3b7;
}
.dingy-sticky-note {
color: #e2f5a3;
}
.light-mint-green {
color: #a4f9b2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b2a4;
--prosecco:#f9d7a4;
--anise-flower:#f5e3b7;
--dingy-sticky-note:#e2f5a3;
--light-mint-green:#a4f9b2;
}