Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a3b6;
}
.meat {
color: #f27d7d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mint-circle {
color: #a7d3a6;
}
.little-league {
color: #6d9c8f;
}
/* CSS Variables */
:root {
--garden-party:#e1a3b6;
--meat:#f27d7d;
--solar-plexus-chakra:#f1c84b;
--mint-circle:#a7d3a6;
--little-league:#6d9c8f;
}