Color names in this palette
CSS code for this palette
/* CSS */
.caramel-mousse {
color: #e3cba5;
}
.cream-washed {
color: #f1e0c6;
}
.island-hopping {
color: #f5e3d6;
}
.my-fair-lady {
color: #f4c4c3;
}
.powder-blush {
color: #d79989;
}
/* CSS Variables */
:root {
--caramel-mousse:#e3cba5;
--cream-washed:#f1e0c6;
--island-hopping:#f5e3d6;
--my-fair-lady:#f4c4c3;
--powder-blush:#d79989;
}