Color names in this palette
CSS code for this palette
/* CSS */
.gin-fizz {
color: #f7e8ca;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mellowed-gold {
color: #e3aa4f;
}
.abbey-pink {
color: #d16e6b;
}
.farmhouse-red {
color: #a44b41;
}
/* CSS Variables */
:root {
--gin-fizz:#f7e8ca;
--solar-plexus-chakra:#f1c84b;
--mellowed-gold:#e3aa4f;
--abbey-pink:#d16e6b;
--farmhouse-red:#a44b41;
}