Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.orange-liqueur {
color: #f0a77f;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.dynamic-green {
color: #a2d94a;
}
.peppermint-fresh {
color: #69bf9c;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--orange-liqueur:#f0a77f;
--solar-plexus-chakra:#f1cb4b;
--dynamic-green:#a2d94a;
--peppermint-fresh:#69bf9c;
}