Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.pure-beige {
color: #e8cfc4;
}
.melon-tint {
color: #f7e7d4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.delhi-spice {
color: #a76c6c;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--pure-beige:#e8cfc4;
--melon-tint:#f7e7d4;
--solar-plexus-chakra:#f1c84b;
--delhi-spice:#a76c6c;
}