Color names in this palette
CSS code for this palette
/* CSS */
.pink-nectar {
color: #d6a9b3;
}
.soft-cashmere {
color: #ebb7d5;
}
.ginger-peach {
color: #f8d2a0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bitter-orange {
color: #d67d29;
}
/* CSS Variables */
:root {
--pink-nectar:#d6a9b3;
--soft-cashmere:#ebb7d5;
--ginger-peach:#f8d2a0;
--solar-plexus-chakra:#f1c84b;
--bitter-orange:#d67d29;
}