Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.jemima {
color: #f6d47e;
}
.dingy-sticky-note {
color: #e2f5a3;
}
.menthol-kiss {
color: #a2e6d4;
}
.fly-away {
color: #7db4f2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--jemima:#f6d47e;
--dingy-sticky-note:#e2f5a3;
--menthol-kiss:#a2e6d4;
--fly-away:#7db4f2;
}