Color names in this palette
CSS code for this palette
/* CSS */
.immortelle-yellow {
color: #d3a50d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gold-sand {
color: #f9e4a9;
}
.blackberry-yogurt {
color: #e8b5df;
}
.ibis-rose {
color: #c75c8c;
}
/* CSS Variables */
:root {
--immortelle-yellow:#d3a50d;
--solar-plexus-chakra:#f1c84b;
--gold-sand:#f9e4a9;
--blackberry-yogurt:#e8b5df;
--ibis-rose:#c75c8c;
}