Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.angel-food-cake {
color: #daa24e;
}
.sandy-brown {
color: #f1a65b;
}
.sun-kissed-coral {
color: #f16575;
}
.herb-robert {
color: #dfa4e5;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--angel-food-cake:#daa24e;
--sandy-brown:#f1a65b;
--sun-kissed-coral:#f16575;
--herb-robert:#dfa4e5;
}