Color names in this palette
CSS code for this palette
/* CSS */
.mohair-mauve {
color: #c1a49f;
}
.tracery {
color: #d9b8a1;
}
.creamery {
color: #f0d2b7;
}
.icy-lemonade {
color: #f6e6b1;
}
.prettiest-pink {
color: #e6a2c3;
}
/* CSS Variables */
:root {
--mohair-mauve:#c1a49f;
--tracery:#d9b8a1;
--creamery:#f0d2b7;
--icy-lemonade:#f6e6b1;
--prettiest-pink:#e6a2c3;
}