Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.anise-flower {
color: #f3e3b4;
}
.eerie-glow {
color: #a6d8b9;
}
.candid-blue {
color: #6dc3e8;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--solar-plexus-chakra:#f1c84b;
--anise-flower:#f3e3b4;
--eerie-glow:#a6d8b9;
--candid-blue:#6dc3e8;
}