Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.windstorm {
color: #6999c3;
}
.sun-orange {
color: #f47b1f;
}
.cabaret {
color: #d0536c;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--solar-plexus-chakra:#f1c84b;
--windstorm:#6999c3;
--sun-orange:#f47b1f;
--cabaret:#d0536c;
}