Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.baharroth-blue {
color: #55c4d3;
}
.dayflower {
color: #3a9ad9;
}
.wizard-s-potion {
color: #5e5c99;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--solar-plexus-chakra:#f1c84b;
--baharroth-blue:#55c4d3;
--dayflower:#3a9ad9;
--wizard-s-potion:#5e5c99;
}