Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a45b7c;
}
.entrada-sandstone {
color: #d5b39a;
}
.fondant {
color: #f2e2cf;
}
.island-light {
color: #a7c6e7;
}
.peahen {
color: #6f9b8c;
}
/* CSS Variables */
:root {
--cosmetic-red:#a45b7c;
--entrada-sandstone:#d5b39a;
--fondant:#f2e2cf;
--island-light:#a7c6e7;
--peahen:#6f9b8c;
}