Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.calico-rose {
color: #e4c1b4;
}
.peach-pur-e {
color: #f0d1b7;
}
.tea-light {
color: #f6e4c1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--calico-rose:#e4c1b4;
--peach-pur-e:#f0d1b7;
--tea-light:#f6e4c1;
--solar-plexus-chakra:#f1c84b;
}