Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.honey-glow {
color: #e8b64a;
}
.angel-food-cake {
color: #d5a34d;
}
.pearly-purple {
color: #b86b9e;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--honey-glow:#e8b64a;
--angel-food-cake:#d5a34d;
--pearly-purple:#b86b9e;
--pure-mauve:#6a4c94;
}