Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d4a5a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.semi-sweet-chocolate {
color: #6a4125;
}
.lazy-daisy {
color: #f8e9a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d4a5a1;
--solar-plexus-chakra:#f1c84b;
--semi-sweet-chocolate:#6a4125;
--lazy-daisy:#f8e9a0;
--grapefruit-pulp:#ff6e61;
}