Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lemon-dream {
color: #f0a400;
}
.orange-ochre {
color: #d97c30;
}
.daah-ling {
color: #a9607e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--solar-plexus-chakra:#f1c84b;
--lemon-dream:#f0a400;
--orange-ochre:#d97c30;
--daah-ling:#a9607e;
}